summaryrefslogtreecommitdiff
path: root/cross-project-tests
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2023-02-03 17:22:32 -0800
committerAdrian Prantl <aprantl@apple.com>2023-02-03 17:22:32 -0800
commite07452d9316a4f445a2a018c7e6b96bd5b5fb03d (patch)
tree1f0a816cb3c0f273dc85ea4d05052560eaae350a /cross-project-tests
parente8231eaa154396c5ff3c29314cdca8f2e0118200 (diff)
downloadllvm-e07452d9316a4f445a2a018c7e6b96bd5b5fb03d.tar.gz
Walk back an overly-aggressive unXFAIL.
Diffstat (limited to 'cross-project-tests')
-rw-r--r--cross-project-tests/debuginfo-tests/llgdb-tests/static-member-2.cpp1
1 files changed, 1 insertions, 0 deletions
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