Removing expected failures for watchpoint tests which are now passing.

llvm-svn: 182813
This commit is contained in:
Andrew Kaylor 2013-05-29 00:26:53 +00:00
parent 7325c27468
commit 0e46dbd119
3 changed files with 0 additions and 3 deletions

View File

@ -21,7 +21,6 @@ class HelloWatchLocationTestCase(TestBase):
self.setTearDownCleanup(dictionary=self.d)
self.hello_watchlocation()
@expectedFailureLinux # llvm.org/pr14416
@dwarf_test
def test_hello_watchlocation_with_dwarf(self):
"""Test watching a location with '-x size' option."""

View File

@ -20,7 +20,6 @@ class WatchLocationUsingWatchpointSetTestCase(TestBase):
self.setTearDownCleanup(dictionary=self.d)
self.watchlocation_using_watchpoint_set()
@expectedFailureLinux # llvm.org/pr14416
@dwarf_test
def test_watchlocation_with_dwarf_using_watchpoint_set(self):
"""Test watching a location with 'watchpoint set expression -w write -x size' option."""

View File

@ -30,7 +30,6 @@ class TargetWatchAddressAPITestCase(TestBase):
self.buildDsym()
self.do_set_watchaddress()
@expectedFailureLinux # llvm.org/pr14416
@python_api_test
@dwarf_test
def test_watch_address_with_dwarf(self):