From f70488888add46b23bc4837306e7274d6f171e1e Mon Sep 17 00:00:00 2001 From: Felipe de Azevedo Piovezan Date: Tue, 1 Oct 2024 06:27:37 -0700 Subject: [PATCH] [lldb] Xfail DAP test --- lldb/test/API/tools/lldb-dap/save-core/TestDAP_save_core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/tools/lldb-dap/save-core/TestDAP_save_core.py b/lldb/test/API/tools/lldb-dap/save-core/TestDAP_save_core.py index 4045dd8fb6569..0bda7ee6e5b83 100644 --- a/lldb/test/API/tools/lldb-dap/save-core/TestDAP_save_core.py +++ b/lldb/test/API/tools/lldb-dap/save-core/TestDAP_save_core.py @@ -12,6 +12,7 @@ class TestDAP_save_core(lldbdap_testcase.DAPTestCaseBase): @skipUnlessArch("x86_64") @skipUnlessPlatform(["linux"]) + @skipIf(bugnumber="rdar://137046468") def test_save_core(self): """ Tests saving core minidump from lldb-dap.