[libcxx-commits] [libcxx] [libc++][test] extend XFAIL clauses to cover Amazon Linux too (PR #129377)
Paul Osmialowski via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 1 05:49:50 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
----------------
pawosm-arm wrote:
Changed according to your suggestion.
https://github.com/llvm/llvm-project/pull/129377
More information about the libcxx-commits
mailing list