diff options
| author | Matt Kopec <Matt.Kopec@intel.com> | 2013-05-30 18:54:48 +0000 |
|---|---|---|
| committer | Matt Kopec <Matt.Kopec@intel.com> | 2013-05-30 18:54:48 +0000 |
| commit | ef7ea33178674faaf89fb00720b505a6dc2eaeb4 (patch) | |
| tree | 9862fb0948310aebf2dcbd0804276d160ca7c8b9 /lldb/test/python_api | |
| parent | 0f6d5ca0bff5ed83f4ee8ba28ea7545d4218ae60 (diff) | |
| download | bcm5719-llvm-ef7ea33178674faaf89fb00720b505a6dc2eaeb4.tar.gz bcm5719-llvm-ef7ea33178674faaf89fb00720b505a6dc2eaeb4.zip | |
Disabling another watchpoint test with intermittent failure.
llvm-svn: 182952
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py index 407e7919d0d..ffbdd04f354 100644 --- a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py +++ b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py @@ -30,6 +30,7 @@ class TargetWatchAddressAPITestCase(TestBase): self.buildDsym() self.do_set_watchaddress() + @skipIfLinux # llvm.org/pr14323 - skip due to incomplete multi-threaded debug support @python_api_test @dwarf_test def test_watch_address_with_dwarf(self): |

