[Lldb-commits] [lldb] r238836 - Mark TestHelloWorld as XTIMEOUT for Linux

Tamas Berghammer tberghammer at google.com
Tue Jun 2 07:45:25 PDT 2015


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"):





More information about the lldb-commits mailing list