TestFoundationDisassembly.py is not dependent on debug information.
authorJim Ingham <jingham@apple.com>
Wed, 18 Sep 2019 00:40:49 +0000 (00:40 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 18 Sep 2019 00:40:49 +0000 (00:40 +0000)
This test is about disassembling symbols in a framework without debug information.
So we don't need to run it once per debug info flavor.

llvm-svn: 372193

lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestFoundationDisassembly.py

index 329407d448a2d90a8e2e22d29aa875acd10b8b65..b42aeb14226b307a6f1f5100fc213d3818d1bd78 100644 (file)
@@ -15,6 +15,8 @@ class FoundationDisassembleTestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
+    NO_DEBUG_INFO_TESTCASE = True
+
     def test_foundation_disasm(self):
         """Do 'disassemble -n func' on each and every 'Code' symbol entry from the Foundation.framework."""
         self.build()