Skip to content

Commit 9456cb4

Browse files
cofibrantkcloudy0717
authored andcommitted
[libunwind](TestOnly) Mark failing tests as unsupported on Apple targets (llvm#170488)
llvm#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.
1 parent 2f84248 commit 9456cb4

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

libunwind/test/bad_unwind_info.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// this scenario.
1313
// REQUIRES: target={{(aarch64|s390x|x86_64)-.+}}
1414
// UNSUPPORTED: target={{.*-windows.*}}
15+
// UNSUPPORTED: target={{.*-apple.*}}
1516

1617
// GCC doesn't support __attribute__((naked)) on AArch64.
1718
// UNSUPPORTED: gcc

libunwind/test/eh_frame_fde_pc_range.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
// REQUIRES: target={{x86_64-.+}}
1717
// REQUIRES: objcopy-available
1818
// UNSUPPORTED: target={{.*-windows.*}}
19+
// UNSUPPORTED: target={{.*-apple.*}}
1920

2021
// TODO: Figure out why this fails with Memory Sanitizer.
2122
// XFAIL: msan

libunwind/test/remember_state_leak.pass.sh.s

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
# REQUIRES: target={{x86_64-.+}}
1010
# UNSUPPORTED: target={{.*-windows.*}}
11+
# UNSUPPORTED: target={{.*-apple.*}}
1112

1213
# Inline assembly isn't supported by Memory Sanitizer
1314
# UNSUPPORTED: msan

libunwind/test/signal_unwind.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// Ensure that the unwinder can cope with the signal handler.
1111
// REQUIRES: target={{(aarch64|loongarch64|riscv64|s390x|x86_64)-.+}}
1212
// UNSUPPORTED: target={{.*-windows.*}}
13+
// UNSUPPORTED: target={{.*-apple.*}}
1314

1415
// TODO: Figure out why this fails with Memory Sanitizer.
1516
// XFAIL: msan

libunwind/test/unwind_leaffunction.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// Ensure that leaf function can be unwund.
1111
// REQUIRES: target={{(aarch64|loongarch64|riscv64|s390x|x86_64)-.+}}
1212
// UNSUPPORTED: target={{.*-windows.*}}
13+
// UNSUPPORTED: target={{.*-apple.*}}
1314

1415
// TODO: Figure out why this fails with Memory Sanitizer.
1516
// XFAIL: msan

0 commit comments

Comments
 (0)