[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:35:23 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:

(Or `{{.+}}` for the arch obviously is fine too.)

https://github.com/llvm/llvm-project/pull/98960


More information about the libcxx-commits mailing list