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
This commit is contained in:
Pavel Labath 2015-04-30 11:28:06 +00:00
parent ebb4dfd350
commit 6884aa1b43
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ class SetWatchlocationAPITestCase(TestBase):
@python_api_test @python_api_test
@dwarf_test @dwarf_test
@expectedFailureLinux # fails in 10/100 dosep runs
def test_watch_location_with_dwarf(self): def test_watch_location_with_dwarf(self):
"""Exercise SBValue.WatchPointee() API to set a watchpoint.""" """Exercise SBValue.WatchPointee() API to set a watchpoint."""
self.buildDwarf() self.buildDwarf()

View File

@ -32,7 +32,6 @@ class TargetWatchAddressAPITestCase(TestBase):
@python_api_test @python_api_test
@dwarf_test @dwarf_test
@expectedFailureLinux # failed 11/100 dosep runs
def test_watch_address_with_dwarf(self): def test_watch_address_with_dwarf(self):
"""Exercise SBTarget.WatchAddress() API to set a watchpoint.""" """Exercise SBTarget.WatchAddress() API to set a watchpoint."""
self.buildDwarf() self.buildDwarf()