diff mbox

[testsuite] Don't XFAIL g++.old-deja/g++.other/init19.C on IRIX

Message ID yddbp3fwj1i.fsf@manam.CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth Jan. 17, 2011, 5:12 p.m. UTC
g++.old-deja/g++.other/init19.C XPASSes on both IRIX 5.3 and 6.5 on
mainline and 4.4/4.5 branches.

The following patch fixes this.

Tested with the appropriate runtest invocation on mips-sgi-irix6.5,
alpha-dec-osf5.1b, and i386-pc-solaris2.11, applied to mainline, 4.4 and
4.5 branches.

	Rainer


2011-01-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* g++.old-deja/g++.other/init19.C: Don't XFAIL on mips-sgi-irix*.
diff mbox

Patch

diff -r 914e3d69d206 gcc/testsuite/g++.old-deja/g++.other/init19.C
--- a/gcc/testsuite/g++.old-deja/g++.other/init19.C	Fri Jan 14 21:33:57 2011 +0100
+++ b/gcc/testsuite/g++.old-deja/g++.other/init19.C	Fri Jan 14 21:44:51 2011 +0100
@@ -1,4 +1,4 @@ 
-// { dg-do run { xfail { { ! cxa_atexit } && { ! *-*-solaris2* } } } }
+// { dg-do run { xfail { { ! cxa_atexit } && { ! { mips-sgi-irix* *-*-solaris2* } } } } }
 #include <stdlib.h>
 
 #define assert(x) do { if (! (x)) abort(); } while (0)