* g++.old-deja/g++.oliva/dwarf2.C: Don't xfail on i386-pc-solaris*.
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jun 2010 17:56:19 +0000 (17:56 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jun 2010 17:56:19 +0000 (17:56 +0000)
* g++.old-deja/g++.oliva/dwarf3.C: Likewise.
* g++.old-deja/g++.other/init19.C: Don't xfail on *-*-solaris2*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160499 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.oliva/dwarf2.C
gcc/testsuite/g++.old-deja/g++.oliva/dwarf3.C
gcc/testsuite/g++.old-deja/g++.other/init19.C

index f98b2be..67b0936 100644 (file)
@@ -1,3 +1,9 @@
+2010-06-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * g++.old-deja/g++.oliva/dwarf2.C: Don't xfail on i386-pc-solaris*.
+       * g++.old-deja/g++.oliva/dwarf3.C: Likewise.
+       * g++.old-deja/g++.other/init19.C: Don't xfail on *-*-solaris2*.
+
 2010-06-09  Steven G. Kargl  <kargl@gcc.gnu.org>
 
        * testsuite/gfortran.dg/mvbits_9.f90: New test.
index 4c1db25..c50b1b7 100644 (file)
@@ -1,5 +1,4 @@
 // { dg-do assemble }
-// { dg-xfail-if "" { i386-pc-solaris* } { "*" } { "" } }
 
 // Copyright (C) 1999 Free Software Foundation
 
index 3c01238..bbe5b0c 100644 (file)
@@ -1,5 +1,4 @@
 // { dg-do assemble }
-// { dg-xfail-if "" { i386-pc-solaris* } { "*" } { "" } }
 
 // Copyright (C) 1999 Free Software Foundation
 
index 6d9c829..1c68684 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do run { xfail { ! cxa_atexit } } }
+// { dg-do run { xfail { { ! cxa_atexit } && { ! *-*-solaris2* } } } }
 #include <stdlib.h>
 
 #define assert(x) do { if (! (x)) abort(); } while (0)