Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bda5f77

Browse files
committed
[test] Simplify libunwind REQUIRES
1 parent c0c1281 commit bda5f77

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

libunwind/test/bad_unwind_info.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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

libunwind/test/signal_unwind.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

libunwind/test/unwind_leaffunction.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

0 commit comments

Comments
 (0)