Skip to content

Commit 36937ec

Browse files
committed
[lldb] [test] Mark TestSendSignal XFAIL on NetBSD
1 parent 4197a76 commit 36937ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/packages/Python/lldbsuite/test/functionalities/signal/TestSendSignal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def setUp(self):
2222
@expectedFailureAll(
2323
oslist=['freebsd'],
2424
bugnumber="llvm.org/pr23318: does not report running state")
25+
@expectedFailureNetBSD(bugnumer='llvm.org/pr43959')
2526
@skipIfWindows # Windows does not support signals
2627
def test_with_run_command(self):
2728
"""Test that lldb command 'process signal SIGUSR1' sends a signal to the inferior process."""

0 commit comments

Comments
 (0)