diff options
author | Pavel Labath <labath@google.com> | 2016-01-04 12:14:25 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-01-04 12:14:25 +0000 |
commit | 90962eb776dab4413c1ac68e188732ead560ecb4 (patch) | |
tree | 7320b5702c7c5de2bbe4e0e43efe62242ca912ef /lldb/packages/Python/lldbsuite | |
parent | 068bc2f219ea5ba9a14dace1ee1047b18f4da20e (diff) | |
download | bcm5719-llvm-90962eb776dab4413c1ac68e188732ead560ecb4.tar.gz bcm5719-llvm-90962eb776dab4413c1ac68e188732ead560ecb4.zip |
Remove XTIMEOUT from TestHelloWorld on linux
I think it was timing out because of the attach deadlocks, which are now fixed. In any case, it
has passed last 200 buildbot runs, so I am enabling it.
llvm-svn: 256748
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dosep.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dosep.py b/lldb/packages/Python/lldbsuite/test/dosep.py index 5ddbba0d71b..dea6aa39a9e 100644 --- a/lldb/packages/Python/lldbsuite/test/dosep.py +++ b/lldb/packages/Python/lldbsuite/test/dosep.py @@ -1147,9 +1147,6 @@ def getExpectedTimeouts(platform_name): if target.startswith("linux"): expected_timeout |= { "TestEvents.py", - - # Times out in ~10% of the times on the build bot - "TestHelloWorld.py", "TestMultithreaded.py", "TestRegisters.py", # ~12/600 dosep runs (build 3120-3122) "TestThreadStepOut.py", |