XTIMEOUT tests timing out on the FreeBSD buildbot
authorEd Maste <emaste@freebsd.org>
Thu, 14 May 2015 16:25:52 +0000 (16:25 +0000)
committerEd Maste <emaste@freebsd.org>
Thu, 14 May 2015 16:25:52 +0000 (16:25 +0000)
llvm-svn: 237369

lldb/test/dosep.py

index feddc27..2fa0441 100755 (executable)
@@ -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():