From 6884aa1b43beb4ee6154e94978b76b97fc019cf4 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 30 Apr 2015 11:28:06 +0000 Subject: 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 --- lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py | 1 - lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py | 1 - 2 files changed, 2 deletions(-) (limited to 'lldb/test/python_api') 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() -- cgit v1.2.3