[Lldb-commits] [lldb] r245532 - XTIMEOUT TestIntegerTypesExpr for Darwin.
Chaoren Lin via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 19 18:26:57 PDT 2015
Author: chaoren
Date: Wed Aug 19 20:26:57 2015
New Revision: 245532
URL: http://llvm.org/viewvc/llvm-project?rev=245532&view=rev
Log:
XTIMEOUT TestIntegerTypesExpr for Darwin.
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=245532&r1=245531&r2=245532&view=diff
==============================================================================
--- lldb/trunk/test/dosep.py (original)
+++ lldb/trunk/test/dosep.py Wed Aug 19 20:26:57 2015
@@ -327,6 +327,7 @@ def getExpectedTimeouts(platform_name):
# times out on MBP Retina, Mid 2012
"TestThreadSpecificBreakpoint.py",
"TestExitDuringStep.py",
+ "TestIntegerTypesExpr.py",
}
return expected_timeout
More information about the lldb-commits
mailing list