Skip to content

Commit

Permalink
[Dexter] Extend XFAIL of Dexter tests to all MacOS architectures. (#8…
Browse files Browse the repository at this point in the history
…3936)

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.
  • Loading branch information
dyung authored Mar 7, 2024
1 parent 4867382 commit 69b8bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RUN: %clangxx %target_itanium_abi_host_triple %t -o %t.out
// RUN: %test_debuginfo %s %t.out
// XFAIL: gdb-clang-incompatibility
// XFAIL: system-darwin && target-aarch64
// XFAIL: system-darwin

// DEBUGGER: delete breakpoints
// DEBUGGER: break static-member.cpp:33
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RUN: %clangxx %target_itanium_abi_host_triple %t -o %t.out
// RUN: %test_debuginfo %s %t.out
// XFAIL: !system-darwin && gdb-clang-incompatibility
// XFAIL: system-darwin && target-aarch64
// XFAIL: system-darwin
// DEBUGGER: delete breakpoints
// DEBUGGER: break static-member.cpp:33
// DEBUGGER: r
Expand Down

0 comments on commit 69b8bc7

Please sign in to comment.