From e07452d9316a4f445a2a018c7e6b96bd5b5fb03d Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 3 Feb 2023 17:22:32 -0800 Subject: [PATCH] Walk back an overly-aggressive unXFAIL. --- .../debuginfo-tests/llgdb-tests/static-member-2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cross-project-tests/debuginfo-tests/llgdb-tests/static-member-2.cpp b/cross-project-tests/debuginfo-tests/llgdb-tests/static-member-2.cpp index 4ec392e9f72c..5b6647c0631c 100644 --- a/cross-project-tests/debuginfo-tests/llgdb-tests/static-member-2.cpp +++ b/cross-project-tests/debuginfo-tests/llgdb-tests/static-member-2.cpp @@ -1,6 +1,7 @@ // RUN: %clangxx %target_itanium_abi_host_triple -O0 -g %s -o %t -c // RUN: %clangxx %target_itanium_abi_host_triple %t -o %t.out // RUN: %test_debuginfo %s %t.out +// XFAIL: gdb-clang-incompatibility // DEBUGGER: delete breakpoints // DEBUGGER: break static-member.cpp:33