[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:
parent
0006cd694f
commit
63ea3537d5
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
|
||||
# REQUIRES: target={{x86_64-.+}}
|
||||
# UNSUPPORTED: target={{.*-windows.*}}
|
||||
# UNSUPPORTED: target={{.*-apple.*}}
|
||||
|
||||
# Inline assembly isn't supported by Memory Sanitizer
|
||||
# UNSUPPORTED: msan
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user