[Lldb-commits] [lldb] r256746 - Remove XTIMEOUT from TestExitDuringStep on linux
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 4 03:34:25 PST 2016
Author: labath
Date: Mon Jan 4 05:34:24 2016
New Revision: 256746
URL: http://llvm.org/viewvc/llvm-project?rev=256746&view=rev
Log:
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.
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=256746&r1=256745&r2=256746&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/dosep.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/dosep.py Mon Jan 4 05:34:24 2016
@@ -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",
More information about the lldb-commits
mailing list