diff options
| author | Matt Kopec <Matt.Kopec@intel.com> | 2013-05-07 19:29:28 +0000 |
|---|---|---|
| committer | Matt Kopec <Matt.Kopec@intel.com> | 2013-05-07 19:29:28 +0000 |
| commit | e9ea0da82e0db315e62fe3b3d5e3580d3669d341 (patch) | |
| tree | 574c33e5391f69293eef0f8fe5d6be61f9d06a5f /lldb/test/python_api | |
| parent | ba4e61d3f5f8cfd30b5a359e18e7da98b3c465b8 (diff) | |
| download | bcm5719-llvm-e9ea0da82e0db315e62fe3b3d5e3580d3669d341.tar.gz bcm5719-llvm-e9ea0da82e0db315e62fe3b3d5e3580d3669d341.zip | |
Add watchpoint support for Linux on 64-bit host.
llvm-svn: 181341
Diffstat (limited to 'lldb/test/python_api')
4 files changed, 0 insertions, 4 deletions
diff --git a/lldb/test/python_api/watchpoint/TestSetWatchpoint.py b/lldb/test/python_api/watchpoint/TestSetWatchpoint.py index e52665b64b3..124dec11cbd 100644 --- a/lldb/test/python_api/watchpoint/TestSetWatchpoint.py +++ b/lldb/test/python_api/watchpoint/TestSetWatchpoint.py @@ -28,7 +28,6 @@ class SetWatchpointAPITestCase(TestBase): self.buildDsym() self.do_set_watchpoint() - @expectedFailureLinux # bugzilla 14416 @python_api_test @dwarf_test def test_watch_val_with_dwarf(self): diff --git a/lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py b/lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py index e369ef54e69..ffe770852e5 100644 --- a/lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py +++ b/lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py @@ -28,7 +28,6 @@ class WatchpointIgnoreCountTestCase(TestBase): self.buildDsym() self.do_watchpoint_ignore_count() - @expectedFailureLinux # bugzilla 14416 @python_api_test @dwarf_test def test_set_watch_ignore_count_with_dwarf(self): diff --git a/lldb/test/python_api/watchpoint/TestWatchpointIter.py b/lldb/test/python_api/watchpoint/TestWatchpointIter.py index f44864a8b70..c6d37502ec3 100644 --- a/lldb/test/python_api/watchpoint/TestWatchpointIter.py +++ b/lldb/test/python_api/watchpoint/TestWatchpointIter.py @@ -28,7 +28,6 @@ class WatchpointIteratorTestCase(TestBase): self.buildDsym() self.do_watchpoint_iter() - @expectedFailureLinux # bugzilla 14416 @python_api_test @dwarf_test def test_watch_iter_with_dwarf(self): diff --git a/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py b/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py index aac367a004e..d3707bad21e 100644 --- a/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py +++ b/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py @@ -33,7 +33,6 @@ class WatchpointConditionAPITestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.watchpoint_condition_api() - @expectedFailureLinux # bugzilla 14416 @dwarf_test def test_watchpoint_cond_api_with_dwarf(self): """Test watchpoint condition API.""" |

