Enabling two watchpoint tests on linux
authorPavel Labath <labath@google.com>
Thu, 30 Apr 2015 11:28:06 +0000 (11:28 +0000)
committerPavel Labath <labath@google.com>
Thu, 30 Apr 2015 11:28:06 +0000 (11:28 +0000)
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
lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py

index 4a02179..35f8f7d 100644 (file)
@@ -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()
index e4e4c5c..65fd20c 100644 (file)
@@ -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()