diff options
author | Pavel Labath <labath@google.com> | 2016-01-04 10:52:17 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-01-04 10:52:17 +0000 |
commit | 88e1a7d12c1309e116afde07d28c3e71e50b2178 (patch) | |
tree | b7e9900b5a079ca9b953dc58fdd4764cc206d442 /lldb/packages/Python/lldbsuite/test | |
parent | a091a7db605b8274e97c48ec3c609b461cd9f61b (diff) | |
download | bcm5719-llvm-88e1a7d12c1309e116afde07d28c3e71e50b2178.tar.gz bcm5719-llvm-88e1a7d12c1309e116afde07d28c3e71e50b2178.zip |
Remove XTIMEOUT from TestCreateAfterAttach on linux
I believe the cause for this was the attach lockup fixed in r246756. I will enable this tests and
observe the buildbots for signs of problems.
llvm-svn: 256744
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-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 90fe4fa1a57..7b80d02fe89 100644 --- a/lldb/packages/Python/lldbsuite/test/dosep.py +++ b/lldb/packages/Python/lldbsuite/test/dosep.py @@ -1146,7 +1146,6 @@ def getExpectedTimeouts(platform_name): if target.startswith("linux"): expected_timeout |= { - "TestCreateAfterAttach.py", "TestEvents.py", "TestExitDuringStep.py", |