[libcxx-commits] [libcxx] [libc++][test] XFAIL sized deallocation tests for AIX, z/OS, and MinGW (PR #98960)
Xing Xue via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 16 08:51:12 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{{.*}}
----------------
xingxue-ibm wrote:
You are right. Targets used for MinGW are as follows. I will change to use `{{.+}}-windows-gnu` as suggested. Thanks, @mstorsjo!
```
target=x86_64-w64-windows-gnu
target=i686-w64-windows-gnu
```
https://github.com/llvm/llvm-project/pull/98960
More information about the libcxx-commits
mailing list