summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py')
-rw-r--r--lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py22
1 files changed, 2 insertions, 20 deletions
diff --git a/lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py b/lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py
index 165129fe1ce..a5881db1877 100644
--- a/lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py
+++ b/lldb/test/python_api/sbvalue_persist/TestSBValuePersist.py
@@ -10,30 +10,12 @@ class SBValuePersistTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @skipUnlessDarwin
- @python_api_test
- @dsym_test
- def test_with_dsym(self):
- """Test SBValue::Persist"""
- self.buildDsym()
- self.setTearDownCleanup()
- self.doTest()
-
@python_api_test
@expectedFailureWindows("llvm.org/pr24772")
- @dwarf_test
- def test_with_dwarf(self):
+ def test(self):
"""Test SBValue::Persist"""
- self.buildDwarf()
+ self.build()
self.setTearDownCleanup()
- self.doTest()
-
- def setUp(self):
- # Call super's setUp().
- TestBase.setUp(self)
-
- def doTest(self):
- """Test SBValue::Persist"""
self.runCmd("file a.out", CURRENT_EXECUTABLE_SET)
lldbutil.run_break_set_by_source_regexp (self, "break here")
OpenPOWER on IntegriCloud