diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-05-29 00:26:53 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-05-29 00:26:53 +0000 |
| commit | 0e46dbd119b691d6ad60d74f14dd8f63463d2902 (patch) | |
| tree | 07d89b8a3030c12dc51b563126d1b90f9496b94a /lldb/test/python_api | |
| parent | 7325c2746869936776b7c3ce060646af518857ed (diff) | |
| download | bcm5719-llvm-0e46dbd119b691d6ad60d74f14dd8f63463d2902.tar.gz bcm5719-llvm-0e46dbd119b691d6ad60d74f14dd8f63463d2902.zip | |
Removing expected failures for watchpoint tests which are now passing.
llvm-svn: 182813
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py index 303128ae28f..407e7919d0d 100644 --- a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py +++ b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py @@ -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): |

