mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 13:26:45 +00:00
[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
This commit is contained in:
parent
9b718c0d5d
commit
a70077ed8c
@ -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.
|
||||
// XFAIL: target={{.+}}-zos{{.*}}
|
||||
|
||||
#include <new>
|
||||
#include <cassert>
|
||||
#include <limits>
|
||||
|
@ -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.
|
||||
// XFAIL: target={{.+}}-zos{{.*}}
|
||||
|
||||
#include <new>
|
||||
#include <cassert>
|
||||
#include <limits>
|
||||
|
@ -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.
|
||||
// XFAIL: target={{.+}}-zos{{.*}}
|
||||
|
||||
#include <new>
|
||||
#include <cassert>
|
||||
#include <limits>
|
||||
|
@ -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.
|
||||
// XFAIL: target={{.+}}-zos{{.*}}
|
||||
|
||||
#include <new>
|
||||
#include <cassert>
|
||||
#include <limits>
|
||||
|
Loading…
x
Reference in New Issue
Block a user