diff --git a/lldb/test/dosep.py b/lldb/test/dosep.py index feddc27701e5..2fa044149bdf 100755 --- a/lldb/test/dosep.py +++ b/lldb/test/dosep.py @@ -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():