[libcxx-commits] [libcxx] [SystemZ][z/OS][libcxx] mark aligned allocation tests UNSUPPORTED on z/OS (PR #80735)
Abhina Sree via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 12 05:16:51 PST 2024
================
@@ -9,6 +9,10 @@
// UNSUPPORTED: no-exceptions
// UNSUPPORTED: sanitizer-new-delete
+// Libc++ when built for z/OS doesn't contain the aligned allocation functions,
+// nor does the dynamic library shipped with z/OS.
+// UNSUPPORTED: target={{.+}}-zos{{.*}}
----------------
abhina-sree wrote:
Thanks for the review! In the past, we marked similar testcases with UNSUPPORTED, so I would like them all to be consistent. So should I change those all to XFAIL as well?
https://github.com/llvm/llvm-project/pull/80735
More information about the libcxx-commits
mailing list