* gas/macros/macros.exp (strings): Update xfails.
authorAlan Modra <amodra@gmail.com>
Tue, 27 Aug 2002 23:35:19 +0000 (23:35 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 27 Aug 2002 23:35:19 +0000 (23:35 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/macros/macros.exp

index 568043d..c3898c2 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-28  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/macros/macros.exp (strings): Update xfails.
+
 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
 
        * gas/m68k/all.exp: xfail non-ELF targets on pcrel test.
index 4a424bd..511e074 100644 (file)
@@ -28,12 +28,13 @@ case $target_triplet in {
 
 if { ![istarget hppa*-*-*] || [istarget *-*-linux*]} {
     # FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES.
-    setup_xfail cris-*-*
-    setup_xfail powerpc-*-aix*
-    setup_xfail sh*-*-*
-    setup_xfail z8k*-*-*
-    setup_xfail h8300*-*-*
+    setup_xfail "avr-*" "cris-*"
+
+    # These fail due to NO_STRING_ESCAPES
+    setup_xfail "powerpc*-*-aix*" "powerpc*-*-beos*" "powerpc*-*-macos*"
+    setup_xfail "powerpc*-*-mpw*" "powerpc*-*-pe" "powerpc*-*-*win*"
+
     # FIXME: Due to difference in what "consecutive octets" means.
-    setup_xfail *c54x*-*-*
+    setup_xfail "*c54x*-*"
     run_dump_test strings
 }