* testsuite/18_support/new_nothrow.cc: XFAIL on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 21 Aug 2018 14:03:16 +0000 (14:03 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 21 Aug 2018 14:03:16 +0000 (10:03 -0400)
From-SVN: r263703

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/18_support/new_nothrow.cc

index 0e13e5617eb96ea8c4b83b2730b118f744d5e4d1..7437be1f3e0f585dca078d26e77a01171d1c92d8 100644 (file)
@@ -1,3 +1,7 @@
+2018-08-21  David Edelsohn  <dje.gcc@gmail.com>
+
+       * testsuite/18_support/new_nothrow.cc: XFAIL on AIX.
+
 2018-08-21  Jonathan Wakely  <jwakely@redhat.com>
 
        * testsuite/26_numerics/bit/bitops.count/countl_one.cc: Remove
index 362dabf2bcf102913fafb56a25809403b7b58e3f..ec3f807006272701f748f637d873d1ff62d07b39 100644 (file)
@@ -16,6 +16,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do run }
+// { dg-xfail-run-if "AIX operator new" { powerpc-ibm-aix* } }
 
 #include <new>
 #include <stdlib.h>