aboutsummaryrefslogtreecommitdiff
path: root/cross-project-tests
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2023-05-26 15:42:42 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2023-05-26 15:43:20 -0700
commit9c4660629cc9e7c8344e0545e33af247cb1f9821 (patch)
tree1d83ee874aa1f77c80f3b4c0988d46cc718b355b /cross-project-tests
parentf32d24d57742054cd1131dfa5c21f363139bf59b (diff)
downloadllvm-9c4660629cc9e7c8344e0545e33af247cb1f9821.zip
llvm-9c4660629cc9e7c8344e0545e33af247cb1f9821.tar.gz
llvm-9c4660629cc9e7c8344e0545e33af247cb1f9821.tar.bz2
[Dexter] XFAIL Dexter tests for Apple Silicon (arm64)
Diffstat (limited to 'cross-project-tests')
-rw-r--r--cross-project-tests/debuginfo-tests/dexter-tests/memvars/const-branch.c2
-rw-r--r--cross-project-tests/debuginfo-tests/llgdb-tests/static-member-2.cpp1
-rw-r--r--cross-project-tests/debuginfo-tests/llgdb-tests/static-member.cpp1
3 files changed, 3 insertions, 1 deletions
diff --git a/cross-project-tests/debuginfo-tests/dexter-tests/memvars/const-branch.c b/cross-project-tests/debuginfo-tests/dexter-tests/memvars/const-branch.c
index ab23926..595e82b 100644
--- a/cross-project-tests/debuginfo-tests/dexter-tests/memvars/const-branch.c
+++ b/cross-project-tests/debuginfo-tests/dexter-tests/memvars/const-branch.c
@@ -1,4 +1,4 @@
-// XFAIL:*
+// XFAIL: !system-darwin || !target-aarch64
//// Suboptimal coverage, see inlined comments.
// REQUIRES: lldb
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 5b6647c..79ff74c 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
@@ -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
diff --git a/cross-project-tests/debuginfo-tests/llgdb-tests/static-member.cpp b/cross-project-tests/debuginfo-tests/llgdb-tests/static-member.cpp
index 29dd84d..abfa8e3 100644
--- a/cross-project-tests/debuginfo-tests/llgdb-tests/static-member.cpp
+++ b/cross-project-tests/debuginfo-tests/llgdb-tests/static-member.cpp
@@ -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