aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2020-10-29 16:46:53 -0400
committerDavid Edelsohn <dje.gcc@gmail.com>2020-10-29 21:57:24 -0400
commitdec1eb4c276f1b3c003154c159b539eb7110a13f (patch)
treeff6766a8a078a40382b5febfc84b4da05b99f39e /libstdc++-v3
parent4f0606fe4bbf1346f83dd4d0c9060c6b46672a7d (diff)
downloadgcc-dec1eb4c276f1b3c003154c159b539eb7110a13f.zip
gcc-dec1eb4c276f1b3c003154c159b539eb7110a13f.tar.gz
gcc-dec1eb4c276f1b3c003154c159b539eb7110a13f.tar.bz2
libstdc++: AIX xfail for_overwrite.cc testcase
The 20_util/unique_ptr/creation/for_overwrite.cc testcase relies on operator new, which requires special features on AIX. This patch disables the testcase. libstdc++-v3/ChangeLog: * testsuite/20_util/unique_ptr/creation/for_overwrite.cc: XFAIL on AIX.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/testsuite/20_util/unique_ptr/creation/for_overwrite.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/20_util/unique_ptr/creation/for_overwrite.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/creation/for_overwrite.cc
index e7231c2..5827c6d 100644
--- a/libstdc++-v3/testsuite/20_util/unique_ptr/creation/for_overwrite.cc
+++ b/libstdc++-v3/testsuite/20_util/unique_ptr/creation/for_overwrite.cc
@@ -1,5 +1,6 @@
// { dg-options "-std=gnu++20" }
// { dg-do run { target c++2a } }
+// { dg-xfail-run-if "AIX operator new" { powerpc-ibm-aix* } }
// Copyright (C) 2020 Free Software Foundation, Inc.
//