Author: David Spickett Date: 2021-10-07T16:09:47Z New Revision: 5ecdb77fc5e71daf994d39840fbe753f46aeca43
URL: https://github.com/llvm/llvm-project/commit/5ecdb77fc5e71daf994d39840fbe753f46aeca43 DIFF: https://github.com/llvm/llvm-project/commit/5ecdb77fc5e71daf994d39840fbe753f46aeca43.diff LOG: [lldb] Mark abort signal test unsupported on AArch64 Linux This has started failing since we moved our bots to Focal. For unknown reasons the abort_caller stack is missing when we check from the handler breakpoint. Mark unsupported while I investigate. Added: Modified: lldb/test/API/functionalities/signal/handle-abrt/TestHandleAbort.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/signal/handle-abrt/TestHandleAbort.py b/lldb/test/API/functionalities/signal/handle-abrt/TestHandleAbort.py index 5f3eb31c83ae..013ea8859b45 100644 --- a/lldb/test/API/functionalities/signal/handle-abrt/TestHandleAbort.py +++ b/lldb/test/API/functionalities/signal/handle-abrt/TestHandleAbort.py @@ -16,6 +16,8 @@ class HandleAbortTestCase(TestBase): NO_DEBUG_INFO_TESTCASE = True @skipIfWindows # signals do not exist on Windows + # Fails on Ubuntu Focal + @skipIf(archs=["aarch64"], oslist=["linux"]) @expectedFailureNetBSD def test_inferior_handle_sigabrt(self): """Inferior calls abort() and handles the resultant SIGABRT. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits