forked from OSchip/llvm-project
Removing expected failures for watchpoint tests which are now passing.
llvm-svn: 182813
This commit is contained in:
parent
7325c27468
commit
0e46dbd119
|
@ -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."""
|
||||
|
|
|
@ -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."""
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue