summaryrefslogtreecommitdiffstats
path: root/lldb/test/macosx/order/TestOrderFile.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/macosx/order/TestOrderFile.py')
-rw-r--r--lldb/test/macosx/order/TestOrderFile.py17
1 files changed, 2 insertions, 15 deletions
diff --git a/lldb/test/macosx/order/TestOrderFile.py b/lldb/test/macosx/order/TestOrderFile.py
index 1e25e03c16a..d8b7f37f26b 100644
--- a/lldb/test/macosx/order/TestOrderFile.py
+++ b/lldb/test/macosx/order/TestOrderFile.py
@@ -13,21 +13,9 @@ class OrderFileTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@skipUnlessDarwin
- @dsym_test
- def test_with_dsym(self):
- """Test debug symbols follow the correct order by the order file."""
- self.buildDsym()
- self.order_file()
-
- @skipUnlessDarwin
- @dwarf_test
- def test_with_dwarf(self):
- """Test debug symbols follow the correct order by the order file."""
- self.buildDwarf()
- self.order_file()
-
- def order_file(self):
+ def test(self):
"""Test debug symbols follow the correct order by the order file."""
+ self.build()
exe = os.path.join(os.getcwd(), "a.out")
self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)
@@ -44,7 +32,6 @@ class OrderFileTestCase(TestBase):
self.runCmd("run", RUN_COMPLETED)
-
if __name__ == '__main__':
import atexit
lldb.SBDebugger.Initialize()
OpenPOWER on IntegriCloud