summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-06-19 15:07:22 +0000
committerPavel Labath <labath@google.com>2018-06-19 15:07:22 +0000
commit7bbedb80232144ee243b61709818defdc54e6609 (patch)
treef383b881b02c9dd10d8223a2c0b20ace5f905c66 /lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py
parentdd0e2b01ae58f3b5c9cf8adfd016c9d239458955 (diff)
downloadbcm5719-llvm-7bbedb80232144ee243b61709818defdc54e6609.tar.gz
bcm5719-llvm-7bbedb80232144ee243b61709818defdc54e6609.zip
Make TestCommandScript.py NO_DEBUG_INFO_TESTCASE
llvm-svn: 335051
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py b/lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py
index 8ce6018646c..103189e9dd5 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py
@@ -15,6 +15,7 @@ from lldbsuite.test.lldbtest import *
class CmdPythonTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ NO_DEBUG_INFO_TESTCASE = True
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr32343")
def test(self):
OpenPOWER on IntegriCloud