diff options
author | Jim Ingham <jingham@apple.com> | 2019-04-19 18:46:56 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2019-04-19 18:46:56 +0000 |
commit | d42b38144537e3f8058f664a4252a62454635e41 (patch) | |
tree | 6cc0d10ee2d601948710a03c8a8582465dfc0311 /lldb/packages/Python/lldbsuite | |
parent | 4fccc0cedd28710cef54c7acf5f7f4d9d1fcf6e0 (diff) | |
download | bcm5719-llvm-d42b38144537e3f8058f664a4252a62454635e41.tar.gz bcm5719-llvm-d42b38144537e3f8058f664a4252a62454635e41.zip |
This test doesn't need to be run for all debug formats.
llvm-svn: 358776
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py index 4a19a4e7760..f10523746dc 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py @@ -16,6 +16,7 @@ import lldbsuite.test.lldbutil as lldbutil class PluginPythonOSPlugin(TestBase): mydir = TestBase.compute_mydir(__file__) + NO_DEBUG_INFO_TESTCASE = True def test_python_os_plugin(self): """Test that the Python operating system plugin works correctly""" |