From bce17c392a9de548ca93769907239052d1d6ddc5 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Tue, 21 Aug 2018 14:03:16 +0000 Subject: [PATCH] * testsuite/18_support/new_nothrow.cc: XFAIL on AIX. From-SVN: r263703 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/testsuite/18_support/new_nothrow.cc | 1 + 2 files changed, 5 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0e13e5617eb..7437be1f3e0 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2018-08-21 David Edelsohn + + * testsuite/18_support/new_nothrow.cc: XFAIL on AIX. + 2018-08-21 Jonathan Wakely * testsuite/26_numerics/bit/bitops.count/countl_one.cc: Remove diff --git a/libstdc++-v3/testsuite/18_support/new_nothrow.cc b/libstdc++-v3/testsuite/18_support/new_nothrow.cc index 362dabf2bcf..ec3f8070062 100644 --- a/libstdc++-v3/testsuite/18_support/new_nothrow.cc +++ b/libstdc++-v3/testsuite/18_support/new_nothrow.cc @@ -16,6 +16,7 @@ // . // { dg-do run } +// { dg-xfail-run-if "AIX operator new" { powerpc-ibm-aix* } } #include #include