diff options
author | Pavel Labath <labath@google.com> | 2015-04-30 11:28:06 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-04-30 11:28:06 +0000 |
commit | 6884aa1b43beb4ee6154e94978b76b97fc019cf4 (patch) | |
tree | 78ec436c0d2add433ae50d11af29554eb9a2fd1e /lldb/test/python_api | |
parent | ebb4dfd35039056d774d5c5a6ad4746a7a4479b5 (diff) | |
download | bcm5719-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.py | 1 | ||||
-rw-r--r-- | lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py | 1 |
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() |