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:
parent
4f0606fe4b
commit
dec1eb4c27
@ -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.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user