This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCHES] testsuite (committed): g++.old-deja/g++.other/init5.c pass for ppc


This test passes for powerpc-linux but fails everywhere else.  Use the
new support for logical expressions in xfail selectors to get rid of
XPASS for powerpc-linux.

Checked in on mainline.

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

	* g++.old-deja/g++.other/init5.C: Remove xfail for powerpc-linux.

Index: gcc/testsuite/g++.old-deja/g++.other/init5.C
===================================================================
RCS file: /opt/gcc-cvs/gcc/gcc/testsuite/g++.old-deja/g++.other/init5.C,v
retrieving revision 1.4
diff -u -p -r1.4 init5.C
--- gcc/testsuite/g++.old-deja/g++.other/init5.C	1 May 2003 02:02:49 -0000	1.4
+++ gcc/testsuite/g++.old-deja/g++.other/init5.C	27 Jan 2005 23:39:07 -0000
@@ -1,4 +1,4 @@
-// { dg-do run { xfail *-*-* } }
+// { dg-do run { xfail { ! "powerpc*-*-linux*" } } }
 // Objects must be destructed in decreasing cnt order
 // Original test attributed to James Kanze <jkanze@otelo.ibmmail.com>
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]