Index: lldb/trunk/test/dosep.py =================================================================== --- lldb/trunk/test/dosep.py +++ lldb/trunk/test/dosep.py @@ -184,6 +184,10 @@ "TestBreakpointConditions.py", "TestWatchpointConditionAPI.py", } + elif target.startswith("darwin"): + expected_timeout |= { + "TestThreadSpecificBreakpoint.py", # times out on MBP Retina, Mid 2012 + } return expected_timeout def main():