init18.C: Use dg-require-effective-target instead of an explicit xfail.
authorMark Mitchell <mark@codesourcery.com>
Fri, 6 Apr 2007 13:47:32 +0000 (13:47 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 6 Apr 2007 13:47:32 +0000 (13:47 +0000)
* g++.old-deja/g++.other/init18.C: Use
dg-require-effective-target instead of an explicit xfail.

From-SVN: r123615

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/init18.C

index 45181d072c83bbdf85237d6678e589731ea9f9b1..780aa13e59edad5298b6747f5d6a2311013c4687 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-06  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.old-deja/g++.other/init18.C: Use
+       dg-require-effective-target instead of an explicit xfail.
+
 2007-04-05  Janis Johnson  <janis187@us.ibm.com>
 
        * gcc.dg/dfp/signbit-1.c
index a68c557d3003d21b9a12a6b67f76cc689743d594..db579452d5d4933159be47bd48a512d5f73f00b5 100644 (file)
@@ -5,7 +5,9 @@
 //
 // Any platform that doesn't have proper __cxa_atexit support will also fail.
 //
-// { dg-do run { xfail { { mmix-knuth-mmixware xtensa-*-elf* arm*-*-elf arm*-*-eabi m68k-*-elf } || { ! cxa_atexit } } } }
+// { dg-do run }
+// { dg-require-effective-target unwrapped }
+// { dg-require-effective-target cxa_atexit }
 
 #include <stdlib.h>
 extern "C" void _exit (int);