[all-commits] [llvm/llvm-project] a70077: [SystemZ][z/OS][libcxx] mark aligned allocation te...
Abhina Sree via All-commits
all-commits at lists.llvm.org
Tue Feb 13 05:03:26 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a70077ed8cdf7c7c2879c18c1c67917cd88e64ef
https://github.com/llvm/llvm-project/commit/a70077ed8cdf7c7c2879c18c1c67917cd88e64ef
Author: Abhina Sree <69635948+abhina-sree at users.noreply.github.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new.size_align.except.pass.cpp
M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new.size_align_nothrow.except.pass.cpp
M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new.size_align.except.pass.cpp
M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/new.size_align_nothrow.except.pass.cpp
Log Message:
-----------
[SystemZ][z/OS][libcxx] mark aligned allocation tests XFAIL on z/OS (#80735)
zOS doesn't support aligned allocation, so mark these testcases as
unsupported.
Continuation of https://reviews.llvm.org/D102798
More information about the All-commits
mailing list