From ef7ea33178674faaf89fb00720b505a6dc2eaeb4 Mon Sep 17 00:00:00 2001 From: Matt Kopec Date: Thu, 30 May 2013 18:54:48 +0000 Subject: Disabling another watchpoint test with intermittent failure. llvm-svn: 182952 --- lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/python_api') 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): -- cgit v1.2.3