diff options
Diffstat (limited to 'lldb/test/expression_command/call-restarts/TestCallThatRestarts.py')
-rw-r--r-- | lldb/test/expression_command/call-restarts/TestCallThatRestarts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py index 85919a86b53..f6f24c15430 100644 --- a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py +++ b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py @@ -29,7 +29,7 @@ class ExprCommandThatRestartsTestCase(TestBase): @dwarf_test @skipIfFreeBSD # llvm.org/pr19246: intermittent failure - @skipIfLinux # llvm.org/pr19246: intermittent failure + @expectedFailureLinux("llvm.org/pr19246") # intermittent failure @skipIfDarwin # llvm.org/pr19246: intermittent failure @skipIfWindows # Test relies on signals, unsupported on Windows def test_with_dwarf(self): |