From 36937ec7fb8e20b81adbac40bd48c6ed7ac6df61 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 11 Nov 2019 10:53:39 +0100 Subject: [lldb] [test] Mark TestSendSignal XFAIL on NetBSD --- .../Python/lldbsuite/test/functionalities/signal/TestSendSignal.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/signal/TestSendSignal.py') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/signal/TestSendSignal.py b/lldb/packages/Python/lldbsuite/test/functionalities/signal/TestSendSignal.py index 1d2353c8437..dbb153fad3d 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/signal/TestSendSignal.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/signal/TestSendSignal.py @@ -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.""" -- cgit v1.2.3