diff options
author | Adrian Prantl <aprantl@apple.com> | 2023-02-03 17:22:32 -0800 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2023-02-03 17:22:32 -0800 |
commit | e07452d9316a4f445a2a018c7e6b96bd5b5fb03d (patch) | |
tree | 1f0a816cb3c0f273dc85ea4d05052560eaae350a /cross-project-tests | |
parent | e8231eaa154396c5ff3c29314cdca8f2e0118200 (diff) | |
download | llvm-e07452d9316a4f445a2a018c7e6b96bd5b5fb03d.zip llvm-e07452d9316a4f445a2a018c7e6b96bd5b5fb03d.tar.gz llvm-e07452d9316a4f445a2a018c7e6b96bd5b5fb03d.tar.bz2 |
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.cpp | 1 |
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 4ec392e..5b6647c 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 |