From e0ab4c8ee468d1b747e09bc6d1d1f8617a897d4a Mon Sep 17 00:00:00 2001 From: Michal Gorny Date: Mon, 29 Jul 2019 14:32:40 +0000 Subject: [lldb] [test] Mark three new tests XFAIL on NetBSD llvm-svn: 367228 --- .../lldbsuite/test/functionalities/signal/handle-abrt/TestHandleAbort.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/signal') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-abrt/TestHandleAbort.py b/lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-abrt/TestHandleAbort.py index 022ad929162..65f03c768b6 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-abrt/TestHandleAbort.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/signal/handle-abrt/TestHandleAbort.py @@ -19,6 +19,7 @@ class HandleAbortTestCase(TestBase): NO_DEBUG_INFO_TESTCASE = True @skipIfWindows # signals do not exist on Windows + @expectedFailureNetBSD def test_inferior_handle_sigabrt(self): """Inferior calls abort() and handles the resultant SIGABRT. Stopped at a breakpoint in the handler, verify that the backtrace -- cgit v1.2.3