diff options
| author | Tamas Berghammer <tberghammer@google.com> | 2015-06-02 14:45:25 +0000 |
|---|---|---|
| committer | Tamas Berghammer <tberghammer@google.com> | 2015-06-02 14:45:25 +0000 |
| commit | 0b11db50dd4401319a7eb7b23a2e8789cecda151 (patch) | |
| tree | 5e17b125e0d9c902f685debaaf89800812139376 | |
| parent | 4284e3623cf28d72f490b830e4520e650cdbeafc (diff) | |
| download | bcm5719-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-x | lldb/test/dosep.py | 1 |
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"): |

