Skip to content

Commit 5a74477

Browse files
authored
Mark test as XFAIL that started failing after 418f006. (#85027)
Similar failures were previously seen and XFAILed in https://reviews.llvm.org/D118468. See the phabricator review for a description of the problem, and the linked discourse thread for what the failing output looks like. This change should fix the issue on two buildbots that are running older versions of GDB: - https://lab.llvm.org/buildbot/#/builders/217/builds/37559 - https://lab.llvm.org/buildbot/#/builders/247/builds/15173
1 parent e4b2735 commit 5a74477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cross-project-tests/debuginfo-tests/llgdb-tests/forward-declare-class.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %clangxx %target_itanium_abi_host_triple -O0 -g %s -c -o %t.o
22
// RUN: %test_debuginfo %s %t.o
33
// Radar 9168773
4+
// XFAIL: !system-darwin && gdb-clang-incompatibility
45

56
// DEBUGGER: ptype A
67
// Work around a gdb bug where it believes that a class is a

0 commit comments

Comments
 (0)