From: Pavel Labath Date: Tue, 19 Jun 2018 15:07:22 +0000 (+0000) Subject: Make TestCommandScript.py NO_DEBUG_INFO_TESTCASE X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7bbedb80232144ee243b61709818defdc54e6609;p=platform%2Fupstream%2Fllvm.git Make TestCommandScript.py NO_DEBUG_INFO_TESTCASE llvm-svn: 335051 --- 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 8ce6018..103189e 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):