diff options
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallStopAndContinue.py')
-rw-r--r-- | lldb/test/expression_command/call-function/TestCallStopAndContinue.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStopAndContinue.py b/lldb/test/expression_command/call-function/TestCallStopAndContinue.py index 053eebf1b86..d7e837a4943 100644 --- a/lldb/test/expression_command/call-function/TestCallStopAndContinue.py +++ b/lldb/test/expression_command/call-function/TestCallStopAndContinue.py @@ -30,6 +30,7 @@ class ExprCommandCallStopContinueTestCase(TestBase): @dwarf_test @expectedFailureDarwin("llvm.org/pr20274") # intermittent failure on MacOSX + @expectedFailureFreeBSD("llvm.org/pr20274") # intermittent failure @expectedFailureLinux("llvm.org/pr20274") # intermittent failure on Linux def test_with_dwarf(self): """Test gathering result from interrupted function call.""" |