XTIMEOUT another test timing out on the FreeBSD buildbot
authorEd Maste <emaste@freebsd.org>
Wed, 27 May 2015 19:11:29 +0000 (19:11 +0000)
committerEd Maste <emaste@freebsd.org>
Wed, 27 May 2015 19:11:29 +0000 (19:11 +0000)
llvm-svn: 238348

lldb/test/dosep.py

index bea6c9f..abf32f2 100755 (executable)
@@ -194,6 +194,7 @@ def getExpectedTimeouts(platform_name):
     elif target.startswith("freebsd"):
         expected_timeout |= {
             "TestBreakpointConditions.py",
+            "TestValueObjectRecursion.py",
             "TestWatchpointConditionAPI.py",
         }
     elif target.startswith("darwin"):