gas/testsuite/
authorJan Beulich <jbeulich@novell.com>
Fri, 4 Nov 2005 13:25:59 +0000 (13:25 +0000)
committerJan Beulich <jbeulich@novell.com>
Fri, 4 Nov 2005 13:25:59 +0000 (13:25 +0000)
2005-11-04  Jan Beulich  <jbeulich@novell.com>

* gas/all/gas.exp: xfail weakref dump tests for all targets.

gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp

index b356b48..5c11687 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-04  Jan Beulich  <jbeulich@novell.com>
+
+       * gas/all/gas.exp: xfail weakref dump tests for all targets.
+
 2005-10-29  Hans-Peter Nilsson  <hp@axis.com>
 
        PR gas/1630
index c5fbe75..e56f73c 100644 (file)
@@ -256,15 +256,15 @@ if { ![istarget "i960-*-*"] } {
 case $target_triplet in {
     { z80-*-* } { }
     default {
-       setup_xfail cris-*-* mmix-*-*
+       setup_xfail *-*-*
        run_dump_test weakref1
-       setup_xfail cris-*-* mmix-*-*
+       setup_xfail *-*-*
        run_dump_test weakref1g
-       setup_xfail cris-*-* mmix-*-*
+       setup_xfail *-*-*
        run_dump_test weakref1l
-       setup_xfail cris-*-* mmix-*-*
+       setup_xfail *-*-*
        run_dump_test weakref1u
-       setup_xfail cris-*-* mmix-*-*
+       setup_xfail *-*-*
        run_dump_test weakref1w
     }
 }