[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: no-exceptions
|
||||||
// UNSUPPORTED: sanitizer-new-delete
|
// 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 <new>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
@ -9,6 +9,10 @@
|
|||||||
// UNSUPPORTED: no-exceptions
|
// UNSUPPORTED: no-exceptions
|
||||||
// UNSUPPORTED: sanitizer-new-delete
|
// 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 <new>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
@ -9,6 +9,10 @@
|
|||||||
// UNSUPPORTED: no-exceptions
|
// UNSUPPORTED: no-exceptions
|
||||||
// UNSUPPORTED: sanitizer-new-delete
|
// 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 <new>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
@ -9,6 +9,10 @@
|
|||||||
// UNSUPPORTED: no-exceptions
|
// UNSUPPORTED: no-exceptions
|
||||||
// UNSUPPORTED: sanitizer-new-delete
|
// 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 <new>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user