[Lldb-commits] [lldb] r237599 - XTIMEOUT TestThreadSpecificBreakpoint.py on darwin

Vince Harron vince at nethacker.com
Mon May 18 12:36:33 PDT 2015


Author: vharron
Date: Mon May 18 14:36:33 2015
New Revision: 237599

URL: http://llvm.org/viewvc/llvm-project?rev=237599&view=rev
Log:
XTIMEOUT TestThreadSpecificBreakpoint.py on darwin

Differential Revision: http://reviews.llvm.org/D9815


Modified:
    lldb/trunk/test/dosep.py

Modified: lldb/trunk/test/dosep.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dosep.py?rev=237599&r1=237598&r2=237599&view=diff
==============================================================================
--- lldb/trunk/test/dosep.py (original)
+++ lldb/trunk/test/dosep.py Mon May 18 14:36:33 2015
@@ -184,6 +184,10 @@ def getExpectedTimeouts(dotest_options):
             "TestBreakpointConditions.py",
             "TestWatchpointConditionAPI.py",
         }
+    elif target.startswith("darwin"):
+        expected_timeout |= {
+            "TestThreadSpecificBreakpoint.py", # times out on MBP Retina, Mid 2012
+        }
     return expected_timeout
 
 def main():





More information about the lldb-commits mailing list