diff options
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() |