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

Andrew Kaylor andrew.kaylor at intel.com
Wed May 29 15:12:53 PDT 2013


Author: akaylor
Date: Wed May 29 17:12:53 2013
New Revision: 182887

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


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

Modified: lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py?rev=182887&r1=182886&r2=182887&view=diff
==============================================================================
--- lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py (original)
+++ lldb/trunk/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py Wed May 29 17:12:53 2013
@@ -30,6 +30,7 @@ class SetWatchlocationAPITestCase(TestBa
         self.buildDsym()
         self.do_set_watchlocation()
 
+    @skipIfLinux # Sometimes passes, sometimes not.
     @python_api_test
     @dwarf_test
     def test_watch_location_with_dwarf(self):





More information about the lldb-commits mailing list