[Lldb-commits] [lldb] r256827 - Remove XTIMEOUT from TestEvents on linux

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 5 04:51:28 PST 2016


Author: labath
Date: Tue Jan  5 06:51:26 2016
New Revision: 256827

URL: http://llvm.org/viewvc/llvm-project?rev=256827&view=rev
Log:
Remove XTIMEOUT from TestEvents on linux

I'm getting rid of the expected timeouts. I'll XFAIL/skip any tests that show up as failing after
this (I haven't seen any when running locally, but maybe the buildbot will disagree).

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=256827&r1=256826&r2=256827&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/dosep.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/dosep.py Tue Jan  5 06:51:26 2016
@@ -1146,7 +1146,6 @@ def getExpectedTimeouts(platform_name):
 
     if target.startswith("linux"):
         expected_timeout |= {
-            "TestEvents.py",
             "TestMultithreaded.py",
         }
     elif target.startswith("android"):




More information about the lldb-commits mailing list