libstdc++: AIX xfail for_overwrite.cc testcase
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 29 Oct 2020 20:46:53 +0000 (16:46 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Fri, 30 Oct 2020 01:57:24 +0000 (21:57 -0400)
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.

libstdc++-v3/testsuite/20_util/unique_ptr/creation/for_overwrite.cc

index e7231c2ac95fe9707ae138ebfb7d57e3c649f8cd..5827c6dcd5d946789772e89b72b8f9491d766e97 100644 (file)
@@ -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.
 //