[Lldb-commits] [lldb] r320077 - These tests don't depend on debug info format.

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 7 11:44:09 PST 2017


Author: jingham
Date: Thu Dec  7 11:44:09 2017
New Revision: 320077

URL: http://llvm.org/viewvc/llvm-project?rev=320077&view=rev
Log:
These tests don't depend on debug info format.

Mark them as such.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py?rev=320077&r1=320076&r2=320077&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py Thu Dec  7 11:44:09 2017
@@ -24,6 +24,8 @@ def execute_command(command):
 
 class ExecTestCase(TestBase):
 
+    NO_DEBUG_INFO_TESTCASE = True
+
     mydir = TestBase.compute_mydir(__file__)
 
     @skipUnlessDarwin




More information about the lldb-commits mailing list