summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/TestCallThatRestarts.py
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-18 21:56:56 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-18 22:36:03 +0100
commit4539a2d20c5c220dd29273b6cfec3ad0b25c5d13 (patch)
treeff25bfb0386470a3335e5fbcf43d42eead7af6fb /lldb/packages/Python/lldbsuite/test/commands/expression/call-restarts/TestCallThatRestarts.py
parentb59af82805cf53d59fd83fe02761160dfc2ac6a2 (diff)
downloadbcm5719-llvm-4539a2d20c5c220dd29273b6cfec3ad0b25c5d13.tar.gz
bcm5719-llvm-4539a2d20c5c220dd29273b6cfec3ad0b25c5d13.zip
[lldb] [test] Mark segv-related tests XFAIL on NetBSD
There seems to be a regression in the kernel causing those tests to fail. Mark them XFAIL, to be addressed later.
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.py1
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()
OpenPOWER on IntegriCloud