From 29b99e96ef52c01430b026814d28c5052ff7d4f5 Mon Sep 17 00:00:00 2001 From: dje Date: Wed, 30 Nov 2016 14:33:02 +0000 Subject: [PATCH] * testsuite/18_support/50594.cc: XFAIL on AIX. * testsuite/ext/mt_allocator/check_new.cc: Same. * testsuite/ext/pool_allocator/check_new.cc: Same. * testsuite/27_io/ios_base/storage/11584.cc: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@243023 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 7 +++++++ libstdc++-v3/testsuite/18_support/50594.cc | 1 + libstdc++-v3/testsuite/27_io/ios_base/storage/11584.cc | 2 ++ libstdc++-v3/testsuite/ext/mt_allocator/check_new.cc | 2 ++ libstdc++-v3/testsuite/ext/pool_allocator/check_new.cc | 2 ++ 5 files changed, 14 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fd26b1cfdf0..3498e329238 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2016-11-30 David Edelsohn + + * testsuite/18_support/50594.cc: XFAIL on AIX. + * testsuite/ext/mt_allocator/check_new.cc: Same. + * testsuite/ext/pool_allocator/check_new.cc: Same. + * testsuite/27_io/ios_base/storage/11584.cc: Same. + 2016-11-30 Ville Voutilainen Implement LWG 2534, Constrain rvalue stream operators. diff --git a/libstdc++-v3/testsuite/18_support/50594.cc b/libstdc++-v3/testsuite/18_support/50594.cc index 88c87ee8ad5..fb49bf84e16 100644 --- a/libstdc++-v3/testsuite/18_support/50594.cc +++ b/libstdc++-v3/testsuite/18_support/50594.cc @@ -1,5 +1,6 @@ // { dg-options "-fwhole-program" } // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } +// { dg-xfail-run-if "AIX operator new" { powerpc-ibm-aix* } } // Copyright (C) 2011-2016 Free Software Foundation, Inc. // diff --git a/libstdc++-v3/testsuite/27_io/ios_base/storage/11584.cc b/libstdc++-v3/testsuite/27_io/ios_base/storage/11584.cc index f67201f19a0..032c175faf6 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/storage/11584.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/storage/11584.cc @@ -1,3 +1,5 @@ +// { dg-xfail-run-if "AIX operator new" { powerpc-ibm-aix* } } + // 2004-01-25 jlquinn@gcc.gnu.org // Copyright (C) 2004-2016 Free Software Foundation, Inc. diff --git a/libstdc++-v3/testsuite/ext/mt_allocator/check_new.cc b/libstdc++-v3/testsuite/ext/mt_allocator/check_new.cc index dd3f2724595..a2e79ea3eb8 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/check_new.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/check_new.cc @@ -1,3 +1,5 @@ +// { dg-xfail-run-if "AIX operator new" { powerpc-ibm-aix* } } + // 2001-11-25 Phil Edwards // // Copyright (C) 2001-2016 Free Software Foundation, Inc. diff --git a/libstdc++-v3/testsuite/ext/pool_allocator/check_new.cc b/libstdc++-v3/testsuite/ext/pool_allocator/check_new.cc index 31ca63440e6..bfd0e42e052 100644 --- a/libstdc++-v3/testsuite/ext/pool_allocator/check_new.cc +++ b/libstdc++-v3/testsuite/ext/pool_allocator/check_new.cc @@ -1,3 +1,5 @@ +// { dg-xfail-run-if "AIX operator new" { powerpc-ibm-aix* } } + // 2001-11-25 Phil Edwards // // Copyright (C) 2001-2016 Free Software Foundation, Inc. -- 2.11.4.GIT