[PATCH] xfail libstdc++ test for powerpc*-*-linux*

Janis Johnson janis187@us.ibm.com
Thu Feb 10 03:05:00 GMT 2005


This patch to the libstdc++-v3 testsuite marks an expected failure on
powerpc*-*-linux*.  The test fails due to the problem described in
PR19495.  Tested on powerpc64-unknown-linux-gnu for -m32 and -m64 where
the execution is XFAIL for both.  Checked in on mainline.

2005-02-09  Janis Johnson  <janis187@us.ibm.com>

	* testsuite/ext/array_allocator/2.cc: XFAIL for powerpc*-*-linux*.

Index: libstdc++-v3/testsuite/ext/array_allocator/2.cc
===================================================================
RCS file: /opt/gcc-cvs/gcc/libstdc++-v3/testsuite/ext/array_allocator/2.cc,v
retrieving revision 1.3
diff -u -p -r1.3 2.cc
--- libstdc++-v3/testsuite/ext/array_allocator/2.cc	18 Nov 2004 19:11:41 -0000	1.3
+++ libstdc++-v3/testsuite/ext/array_allocator/2.cc	9 Feb 2005 22:00:50 -0000
@@ -1,3 +1,6 @@
+// Expected execution error for PR19495.
+// { dg-do run { xfail powerpc*-*-linux* } }
+
 // Copyright (C) 2004 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free



More information about the Libstdc++ mailing list