[Lldb-commits] [lldb] r237679 - Mark TestEvents as XTIMEOUT on Linux
Tamas Berghammer
tberghammer at google.com
Tue May 19 03:49:40 PDT 2015
Author: tberghammer
Date: Tue May 19 05:49:40 2015
New Revision: 237679
URL: http://llvm.org/viewvc/llvm-project?rev=237679&view=rev
Log:
Mark TestEvents as XTIMEOUT on Linux
Modified:
lldb/trunk/test/dosep.py
Modified: lldb/trunk/test/dosep.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dosep.py?rev=237679&r1=237678&r2=237679&view=diff
==============================================================================
--- lldb/trunk/test/dosep.py (original)
+++ lldb/trunk/test/dosep.py Tue May 19 05:49:40 2015
@@ -172,6 +172,7 @@ def getExpectedTimeouts(platform_name):
"TestAttachResume.py",
"TestConnectRemote.py",
"TestCreateAfterAttach.py",
+ "TestEvents.py",
"TestExitDuringStep.py",
"TestThreadStepOut.py",
}
More information about the lldb-commits
mailing list