[libcxx-commits] [libcxx] [libc++][test] XFAIL sized deallocation tests for AIX, z/OS, and MinGW (PR #98960)
Martin Storsjö via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 16 08:34:24 PDT 2024
================
@@ -15,6 +15,9 @@
// XFAIL: apple-clang
// XFAIL: using-built-library-before-llvm-11
+// AIX, z/OS, and MinGW default to -fno-sized-deallocation.
+// XFAIL: target={{.+}}-aix{{.*}}, target={{.+}}-zos{{.*}}, target={{.+}}-mingw32{{.*}}
----------------
mstorsjo wrote:
The patterns for mingw here should be `{{.*}}-windows-gnu` - the triples get normalized into that form. Please grep for that and see which exact spelling we use elsewhere (can’t easily check myself ATM).
https://github.com/llvm/llvm-project/pull/98960
More information about the libcxx-commits
mailing list