diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/TestCallThatRestarts.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/TestCallThatRestarts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/TestCallThatRestarts.py b/lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/TestCallThatRestarts.py index 1182b156e80..cef06f3717b 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/TestCallThatRestarts.py +++ b/lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/TestCallThatRestarts.py @@ -27,6 +27,7 @@ class ExprCommandThatRestartsTestCase(TestBase): @skipIfDarwin # llvm.org/pr19246: intermittent failure @skipIfWindows # Test relies on signals, unsupported on Windows @expectedFlakeyAndroid(bugnumber="llvm.org/pr19246") + @expectedFailureNetBSD def test(self): """Test calling function that hits a signal and restarts.""" self.build() |