summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-06-02 14:45:25 +0000
committerTamas Berghammer <tberghammer@google.com>2015-06-02 14:45:25 +0000
commit0b11db50dd4401319a7eb7b23a2e8789cecda151 (patch)
tree5e17b125e0d9c902f685debaaf89800812139376
parent4284e3623cf28d72f490b830e4520e650cdbeafc (diff)
downloadbcm5719-llvm-0b11db50dd4401319a7eb7b23a2e8789cecda151.tar.gz
bcm5719-llvm-0b11db50dd4401319a7eb7b23a2e8789cecda151.zip
Mark TestHelloWorld as XTIMEOUT for Linux
It is times out on the build bot ~10% of the times llvm-svn: 238836
-rwxr-xr-xlldb/test/dosep.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/dosep.py b/lldb/test/dosep.py
index e2c98e31ae2..cc487759e27 100755
--- a/lldb/test/dosep.py
+++ b/lldb/test/dosep.py
@@ -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"):
OpenPOWER on IntegriCloud