Skip to content

Commit

Permalink
[Dexter] XFAIL Dexter tests for Apple Silicon (arm64)
Browse files Browse the repository at this point in the history
  • Loading branch information
JDevlieghere committed May 26, 2023
1 parent f32d24d commit 9c46606
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// XFAIL:*
// XFAIL: !system-darwin || !target-aarch64
//// Suboptimal coverage, see inlined comments.

// REQUIRES: lldb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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

// DEBUGGER: delete breakpoints
// DEBUGGER: break static-member.cpp:33
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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
// DEBUGGER: delete breakpoints
// DEBUGGER: break static-member.cpp:33
// DEBUGGER: r
Expand Down

1 comment on commit 9c46606

@dyung
Copy link
Collaborator

@dyung dyung commented on 9c46606 Mar 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JDevlieghere are the two static-member tests expected to work on MacOS with x86? I'm trying to bring up a MacOS buildbot configuration targeting x86 and these two tests are failing (https://lab.llvm.org/staging/#/builders/188/builds/249).

Please sign in to comment.