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.
This commit is contained in:
David Edelsohn 2020-10-29 16:46:53 -04:00
parent 4f0606fe4b
commit dec1eb4c27

View 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.
//