[libunwind] libunwind: Remove OS requirements from tests to make them run on more OSes (PR #167642)
Alexander Richardson via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 21 15:22:44 PST 2025
================
@@ -10,7 +10,9 @@
// 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: target={{(aarch64|s390x|x86_64)-.+linux.*}}
+// REQUIRES: target={{(aarch64|s390x|x86_64)-.+}}
+// UNSUPPORTED: system-windows
+// UNSUPPORTED: target={{.*-windows-gnu}}
----------------
arichardson wrote:
```suggestion
// UNSUPPORTED: target={{.*-windows.*}}
```
https://github.com/llvm/llvm-project/pull/167642
More information about the cfe-commits
mailing list