[Lldb-commits] [lldb] r237369 - XTIMEOUT tests timing out on the FreeBSD buildbot

Ed Maste emaste at freebsd.org
Thu May 14 09:25:52 PDT 2015


Author: emaste
Date: Thu May 14 11:25:52 2015
New Revision: 237369

URL: http://llvm.org/viewvc/llvm-project?rev=237369&view=rev
Log:
XTIMEOUT tests timing out on the FreeBSD buildbot


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=237369&r1=237368&r2=237369&view=diff
==============================================================================
--- lldb/trunk/test/dosep.py (original)
+++ lldb/trunk/test/dosep.py Thu May 14 11:25:52 2015
@@ -179,6 +179,11 @@ def getExpectedTimeouts(dotest_options):
             "TestExitDuringStep.py",
             "TestHelloWorld.py",
         }
+    elif target.startswith("freebsd"):
+        expected_timeout |= {
+            "TestBreakpointConditions.py",
+            "TestWatchpointConditionAPI.py",
+        }
     return expected_timeout
 
 def main():





More information about the lldb-commits mailing list