[Lldb-commits] [lldb] r358776 - This test doesn't need to be run for all debug formats.

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 19 11:46:56 PDT 2019


Author: jingham
Date: Fri Apr 19 11:46:56 2019
New Revision: 358776

URL: http://llvm.org/viewvc/llvm-project?rev=358776&view=rev
Log:
This test doesn't need to be run for all debug formats.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py?rev=358776&r1=358775&r2=358776&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py Fri Apr 19 11:46:56 2019
@@ -16,6 +16,7 @@ import lldbsuite.test.lldbutil as lldbut
 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"""




More information about the lldb-commits mailing list