From 7bbedb80232144ee243b61709818defdc54e6609 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 19 Jun 2018 15:07:22 +0000 Subject: Make TestCommandScript.py NO_DEBUG_INFO_TESTCASE llvm-svn: 335051 --- .../lldbsuite/test/functionalities/command_script/TestCommandScript.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_script/TestCommandScript.py') 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): -- cgit v1.2.3