Skip to content

Commit 69b8bc7

Browse files
authored
[Dexter] Extend XFAIL of Dexter tests to all MacOS architectures. (llvm#83936)
I am trying to bring up a MacOS buildbot targeting x86 and noticed that two Dexter tests were failing, cross-project-tests/debuginfo-tests/llgdb-tests/static-member.cpp and cross-project-tests/debuginfo-tests/llgdb-tests/static-member-2.cpp. Looking in the history for these tests, they were XFAILed for Apple Silicon in 9c46606 and are failing similar on x86 for me, so we should extend the XFAIL to all MacOS architectures.
1 parent 4867382 commit 69b8bc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cross-project-tests/debuginfo-tests/llgdb-tests/static-member-2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %clangxx %target_itanium_abi_host_triple %t -o %t.out
33
// RUN: %test_debuginfo %s %t.out
44
// XFAIL: gdb-clang-incompatibility
5-
// XFAIL: system-darwin && target-aarch64
5+
// XFAIL: system-darwin
66

77
// DEBUGGER: delete breakpoints
88
// DEBUGGER: break static-member.cpp:33

cross-project-tests/debuginfo-tests/llgdb-tests/static-member.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %clangxx %target_itanium_abi_host_triple %t -o %t.out
33
// RUN: %test_debuginfo %s %t.out
44
// XFAIL: !system-darwin && gdb-clang-incompatibility
5-
// XFAIL: system-darwin && target-aarch64
5+
// XFAIL: system-darwin
66
// DEBUGGER: delete breakpoints
77
// DEBUGGER: break static-member.cpp:33
88
// DEBUGGER: r

0 commit comments

Comments
 (0)