summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/set-data/TestSetData.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/set-data/TestSetData.py')
-rw-r--r--lldb/test/functionalities/set-data/TestSetData.py11
1 files changed, 3 insertions, 8 deletions
diff --git a/lldb/test/functionalities/set-data/TestSetData.py b/lldb/test/functionalities/set-data/TestSetData.py
index 07fdc7e0d68..3bd5ee4ce96 100644
--- a/lldb/test/functionalities/set-data/TestSetData.py
+++ b/lldb/test/functionalities/set-data/TestSetData.py
@@ -8,19 +8,14 @@ import lldb
from lldbtest import *
import lldbutil
-@skipUnlessDarwin
class SetDataTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @dsym_test
- def test_set_data_dsym(self):
+ @skipUnlessDarwin
+ def test_set_data(self):
"""Test setting the contents of variables and registers using raw data."""
- self.buildDsym()
- self.setData()
-
- def setData(self):
- """Test setting objc breakpoints using '_regexp-break' and 'breakpoint set'."""
+ self.build()
exe = os.path.join(os.getcwd(), "a.out")
self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)
OpenPOWER on IntegriCloud