[Lldb-commits] [lldb] r182952 - Disabling another watchpoint test with intermittent failure.

Matt Kopec Matt.Kopec at intel.com
Thu May 30 11:54:48 PDT 2013


Author: mkopec
Date: Thu May 30 13:54:48 2013
New Revision: 182952

URL: http://llvm.org/viewvc/llvm-project?rev=182952&view=rev
Log:
Disabling another watchpoint test with intermittent failure.

Modified:
    lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py

Modified: lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py?rev=182952&r1=182951&r2=182952&view=diff
==============================================================================
--- lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py (original)
+++ lldb/trunk/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py Thu May 30 13:54:48 2013
@@ -30,6 +30,7 @@ class TargetWatchAddressAPITestCase(Test
         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):





More information about the lldb-commits mailing list