[libunwind](TestOnly) Mark failing tests as unsupported on Apple targets (#170488)

#167642 introduced a number of test failures on one of our stage 2
builds:
https://ci.swift.org/job/llvm.org/job/clang-stage2-Rthinlto/1403/. This
PR marks these tests as unsupported on `.*-apple.*` targets.
This commit is contained in:
Nathan Corbyn 2025-12-03 18:17:54 +00:00 committed by GitHub
parent 0006cd694f
commit 63ea3537d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@
// this scenario.
// REQUIRES: target={{(aarch64|s390x|x86_64)-.+}}
// UNSUPPORTED: target={{.*-windows.*}}
// UNSUPPORTED: target={{.*-apple.*}}
// GCC doesn't support __attribute__((naked)) on AArch64.
// UNSUPPORTED: gcc

View File

@ -16,6 +16,7 @@
// REQUIRES: target={{x86_64-.+}}
// REQUIRES: objcopy-available
// UNSUPPORTED: target={{.*-windows.*}}
// UNSUPPORTED: target={{.*-apple.*}}
// TODO: Figure out why this fails with Memory Sanitizer.
// XFAIL: msan

View File

@ -8,6 +8,7 @@
# REQUIRES: target={{x86_64-.+}}
# UNSUPPORTED: target={{.*-windows.*}}
# UNSUPPORTED: target={{.*-apple.*}}
# Inline assembly isn't supported by Memory Sanitizer
# UNSUPPORTED: msan

View File

@ -10,6 +10,7 @@
// Ensure that the unwinder can cope with the signal handler.
// REQUIRES: target={{(aarch64|loongarch64|riscv64|s390x|x86_64)-.+}}
// UNSUPPORTED: target={{.*-windows.*}}
// UNSUPPORTED: target={{.*-apple.*}}
// TODO: Figure out why this fails with Memory Sanitizer.
// XFAIL: msan

View File

@ -10,6 +10,7 @@
// Ensure that leaf function can be unwund.
// REQUIRES: target={{(aarch64|loongarch64|riscv64|s390x|x86_64)-.+}}
// UNSUPPORTED: target={{.*-windows.*}}
// UNSUPPORTED: target={{.*-apple.*}}
// TODO: Figure out why this fails with Memory Sanitizer.
// XFAIL: msan