[test] Simplify libunwind REQUIRES
This commit is contained in:
parent
c0c1281bb7
commit
bda5f77f96
@ -10,7 +10,7 @@
|
||||
// Ensure that libunwind doesn't crash on invalid info; the Linux aarch64
|
||||
// sigreturn frame check would previously attempt to access invalid memory in
|
||||
// this scenario.
|
||||
// REQUIRES: linux && (target={{aarch64-.+}} || target={{s390x-.+}} || target={{x86_64-.+}})
|
||||
// REQUIRES: target={{(aarch64|s390x|x86_64)-.+linux.*}}
|
||||
|
||||
// GCC doesn't support __attribute__((naked)) on AArch64.
|
||||
// UNSUPPORTED: gcc
|
||||
|
@ -8,7 +8,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Ensure that the unwinder can cope with the signal handler.
|
||||
// REQUIRES: linux && (target={{aarch64-.+}} || target={{s390x-.+}} || target={{x86_64-.+}})
|
||||
// REQUIRES: target={{(aarch64|s390x|x86_64)-.+linux.*}}
|
||||
|
||||
// TODO: Figure out why this fails with Memory Sanitizer.
|
||||
// XFAIL: msan
|
||||
|
@ -8,7 +8,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Ensure that leaf function can be unwund.
|
||||
// REQUIRES: linux && (target={{aarch64-.+}} || target={{s390x-.+}} || target={{x86_64-.+}})
|
||||
// REQUIRES: target={{(aarch64|s390x|x86_64)-.+linux.*}}
|
||||
|
||||
// TODO: Figure out why this fails with Memory Sanitizer.
|
||||
// XFAIL: msan
|
||||
|
Loading…
x
Reference in New Issue
Block a user