* gas/macros/macros.exp (strings): Update xfails.

This commit is contained in:
Alan Modra 2002-08-27 23:35:19 +00:00
parent 4252e537fa
commit bcd9320746
2 changed files with 11 additions and 6 deletions

View 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> 2002-08-26 Alan Modra <amodra@bigpond.net.au>
* gas/m68k/all.exp: xfail non-ELF targets on pcrel test. * gas/m68k/all.exp: xfail non-ELF targets on pcrel test.

View File

@ -28,12 +28,13 @@ case $target_triplet in {
if { ![istarget hppa*-*-*] || [istarget *-*-linux*]} { if { ![istarget hppa*-*-*] || [istarget *-*-linux*]} {
# FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES. # FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES.
setup_xfail cris-*-* setup_xfail "avr-*" "cris-*"
setup_xfail powerpc-*-aix*
setup_xfail sh*-*-* # These fail due to NO_STRING_ESCAPES
setup_xfail z8k*-*-* setup_xfail "powerpc*-*-aix*" "powerpc*-*-beos*" "powerpc*-*-macos*"
setup_xfail h8300*-*-* setup_xfail "powerpc*-*-mpw*" "powerpc*-*-pe" "powerpc*-*-*win*"
# FIXME: Due to difference in what "consecutive octets" means. # FIXME: Due to difference in what "consecutive octets" means.
setup_xfail *c54x*-*-* setup_xfail "*c54x*-*"
run_dump_test strings run_dump_test strings
} }