From 9c4660629cc9e7c8344e0545e33af247cb1f9821 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 26 May 2023 15:42:42 -0700 Subject: [PATCH] [Dexter] XFAIL Dexter tests for Apple Silicon (arm64) --- .../debuginfo-tests/dexter-tests/memvars/const-branch.c | 2 +- .../debuginfo-tests/llgdb-tests/static-member-2.cpp | 1 + .../debuginfo-tests/llgdb-tests/static-member.cpp | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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 ab239268d08d..595e82be1590 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 5b6647c0631c..79ff74cb2d0a 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 29dd84dc8325..abfa8e3337f6 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