diff options
author | Pavel Labath <labath@google.com> | 2016-01-04 11:34:24 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-01-04 11:34:24 +0000 |
commit | 470ea723675c60390a92987158b3aac9b5bce5e3 (patch) | |
tree | 1ede9e67a6896bc0faeeb61d2ca04cd6946dd9b0 /lldb/packages/Python/lldbsuite/test/dosep.py | |
parent | 88e1a7d12c1309e116afde07d28c3e71e50b2178 (diff) | |
download | bcm5719-llvm-470ea723675c60390a92987158b3aac9b5bce5e3.tar.gz bcm5719-llvm-470ea723675c60390a92987158b3aac9b5bce5e3.zip |
Remove XTIMEOUT from TestExitDuringStep on linux
The test has passed last 200 buildbot runs, so it's hopefully working now. I'll watch buildbots
for signs of trouble.
llvm-svn: 256746
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dosep.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dosep.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dosep.py b/lldb/packages/Python/lldbsuite/test/dosep.py index 7b80d02fe89..5ddbba0d71b 100644 --- a/lldb/packages/Python/lldbsuite/test/dosep.py +++ b/lldb/packages/Python/lldbsuite/test/dosep.py @@ -1147,7 +1147,6 @@ def getExpectedTimeouts(platform_name): if target.startswith("linux"): expected_timeout |= { "TestEvents.py", - "TestExitDuringStep.py", # Times out in ~10% of the times on the build bot "TestHelloWorld.py", |