[Lldb-commits] [lldb] r256744 - Remove XTIMEOUT from TestCreateAfterAttach on linux
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 4 02:52:18 PST 2016
Author: labath
Date: Mon Jan 4 04:52:17 2016
New Revision: 256744
URL: http://llvm.org/viewvc/llvm-project?rev=256744&view=rev
Log:
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.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/dosep.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/dosep.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/dosep.py?rev=256744&r1=256743&r2=256744&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/dosep.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/dosep.py Mon Jan 4 04:52:17 2016
@@ -1146,7 +1146,6 @@ def getExpectedTimeouts(platform_name):
if target.startswith("linux"):
expected_timeout |= {
- "TestCreateAfterAttach.py",
"TestEvents.py",
"TestExitDuringStep.py",
More information about the lldb-commits
mailing list