We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4197a76 commit 36937ecCopy full SHA for 36937ec
lldb/packages/Python/lldbsuite/test/functionalities/signal/TestSendSignal.py
@@ -22,6 +22,7 @@ def setUp(self):
22
@expectedFailureAll(
23
oslist=['freebsd'],
24
bugnumber="llvm.org/pr23318: does not report running state")
25
+ @expectedFailureNetBSD(bugnumer='llvm.org/pr43959')
26
@skipIfWindows # Windows does not support signals
27
def test_with_run_command(self):
28
"""Test that lldb command 'process signal SIGUSR1' sends a signal to the inferior process."""
0 commit comments