File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010// Ensure that libunwind doesn't crash on invalid info; the Linux aarch64
1111// sigreturn frame check would previously attempt to access invalid memory in
1212// this scenario.
13- // REQUIRES: linux && ( target={{aarch64-.+}} || target={{ s390x-.+}} || target={{ x86_64-.+}})
13+ // REQUIRES: target={{( aarch64| s390x| x86_64) -.+linux.*}}
1414
1515// GCC doesn't support __attribute__((naked)) on AArch64.
1616// UNSUPPORTED: gcc
Original file line number Diff line number Diff line change 88// ===----------------------------------------------------------------------===//
99
1010// Ensure that the unwinder can cope with the signal handler.
11- // REQUIRES: linux && ( target={{aarch64-.+}} || target={{ s390x-.+}} || target={{ x86_64-.+}})
11+ // REQUIRES: target={{( aarch64| s390x| x86_64) -.+linux.*}}
1212
1313// TODO: Figure out why this fails with Memory Sanitizer.
1414// XFAIL: msan
Original file line number Diff line number Diff line change 88// ===----------------------------------------------------------------------===//
99
1010// Ensure that leaf function can be unwund.
11- // REQUIRES: linux && ( target={{aarch64-.+}} || target={{ s390x-.+}} || target={{ x86_64-.+}})
11+ // REQUIRES: target={{( aarch64| s390x| x86_64) -.+linux.*}}
1212
1313// TODO: Figure out why this fails with Memory Sanitizer.
1414// XFAIL: msan
You can’t perform that action at this time.
0 commit comments