[libcxx-commits] [libcxx] [libc++][test] extend XFAIL clauses to cover Amazon Linux too (PR #129377)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 1 03:43:21 PST 2025
================
@@ -18,7 +18,7 @@
// TODO: investigation needed
// TODO(netbsd): incomplete support for locales
-// XFAIL: target={{.*}}-linux-gnu{{.*}}, netbsd, freebsd
+// XFAIL: target={{.*}}-linux-gnu{{.*}}, {{.*}}-amazon-linux{{.*}}, netbsd, freebsd
----------------
mordante wrote:
IMO having it on a separate line makes it easier to read, and avoids mistakes.
```suggestion
// XFAIL: target={{.*}}-linux-gnu{{.*}}, netbsd, freebsd
// XFAIL: target={{.*}}-amazon-linux{{.*}}
```
https://github.com/llvm/llvm-project/pull/129377
More information about the libcxx-commits
mailing list