[lldb] [test] Mark TestSendSignal XFAIL on NetBSD

This commit is contained in:
Michał Górny 2019-11-11 10:53:39 +01:00
parent 4197a76593
commit 36937ec7fb
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class SendSignalTestCase(TestBase):
@expectedFailureAll(
oslist=['freebsd'],
bugnumber="llvm.org/pr23318: does not report running state")
@expectedFailureNetBSD(bugnumer='llvm.org/pr43959')
@skipIfWindows # Windows does not support signals
def test_with_run_command(self):
"""Test that lldb command 'process signal SIGUSR1' sends a signal to the inferior process."""