Author: tberghammer Date: Tue Jun 2 09:45:25 2015 New Revision: 238836 URL: http://llvm.org/viewvc/llvm-project?rev=238836&view=rev Log: Mark TestHelloWorld as XTIMEOUT for Linux
It is times out on the build bot ~10% of the times 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=238836&r1=238835&r2=238836&view=diff ============================================================================== --- lldb/trunk/test/dosep.py (original) +++ lldb/trunk/test/dosep.py Tue Jun 2 09:45:25 2015 @@ -248,6 +248,7 @@ def getExpectedTimeouts(platform_name): "TestCreateAfterAttach.py", "TestEvents.py", "TestExitDuringStep.py", + "TestHelloWorld.py", # Times out in ~10% of the times on the build bot "TestThreadStepOut.py", } elif target.startswith("android"): _______________________________________________ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits