[Lldb-commits] [lldb] r256755 - Remove XTIMEOUT from TestRegisters on linux
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 4 05:51:14 PST 2016
Author: labath
Date: Mon Jan 4 07:51:14 2016
New Revision: 256755
URL: http://llvm.org/viewvc/llvm-project?rev=256755&view=rev
Log:
Remove XTIMEOUT from TestRegisters on linux
I suspect the test was hanging due to the attach deadlock. This was fixed and the test has passed
last 200 buildbot runs.
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=256755&r1=256754&r2=256755&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/dosep.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/dosep.py Mon Jan 4 07:51:14 2016
@@ -1148,7 +1148,6 @@ def getExpectedTimeouts(platform_name):
expected_timeout |= {
"TestEvents.py",
"TestMultithreaded.py",
- "TestRegisters.py", # ~12/600 dosep runs (build 3120-3122)
}
elif target.startswith("android"):
expected_timeout |= {
More information about the lldb-commits
mailing list