xfail experimental/memory_resource/resource_adaptor.cc on 32-bit Solaris/x86 (PR libstdc++/77691)

PR libstdc++/77691
	* testsuite/experimental/memory_resource/resource_adaptor.cc:
	xfail execution on 32-bit Solaris/x86.

From-SVN: r258766
This commit is contained in:
Rainer Orth 2018-03-22 13:33:29 +00:00 committed by Rainer Orth
parent 3c896da0fd
commit 83872062cb
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2018-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR libstdc++/77691
* testsuite/experimental/memory_resource/resource_adaptor.cc:
xfail execution on 32-bit Solaris/x86.
2018-03-21 Jonathan Wakely <jwakely@redhat.com>
* testsuite/20_util/function_objects/comparisons_pointer.cc: Use

View File

@ -1,4 +1,5 @@
// { dg-do run { target c++14 } }
// { dg-xfail-run-if "PR libstdc++/77691" { { i?86-*-solaris2.* x86_64-*-solaris2.* } && ilp32 } }
// Copyright (C) 2016-2018 Free Software Foundation, Inc.
//