summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-04-30 11:28:06 +0000
committerPavel Labath <labath@google.com>2015-04-30 11:28:06 +0000
commit6884aa1b43beb4ee6154e94978b76b97fc019cf4 (patch)
tree78ec436c0d2add433ae50d11af29554eb9a2fd1e /lldb/test/python_api
parentebb4dfd35039056d774d5c5a6ad4746a7a4479b5 (diff)
downloadbcm5719-llvm-6884aa1b43beb4ee6154e94978b76b97fc019cf4.tar.gz
bcm5719-llvm-6884aa1b43beb4ee6154e94978b76b97fc019cf4.zip
Enabling two watchpoint tests on linux
After recent changes, these tests should be stable. Please let me know if you still see failures. llvm-svn: 236226
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r--lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py1
-rw-r--r--lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py b/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
index 4a02179fd93..35f8f7d961d 100644
--- a/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
+++ b/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
@@ -32,7 +32,6 @@ class SetWatchlocationAPITestCase(TestBase):
@python_api_test
@dwarf_test
- @expectedFailureLinux # fails in 10/100 dosep runs
def test_watch_location_with_dwarf(self):
"""Exercise SBValue.WatchPointee() API to set a watchpoint."""
self.buildDwarf()
diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
index e4e4c5cf8dd..65fd20c7ca7 100644
--- a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
+++ b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
@@ -32,7 +32,6 @@ class TargetWatchAddressAPITestCase(TestBase):
@python_api_test
@dwarf_test
- @expectedFailureLinux # failed 11/100 dosep runs
def test_watch_address_with_dwarf(self):
"""Exercise SBTarget.WatchAddress() API to set a watchpoint."""
self.buildDwarf()
OpenPOWER on IntegriCloud