diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-27 23:35:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-27 23:35:19 +0000 |
commit | bcd93207464eebb35e8eee462e0bdf73493989ba (patch) | |
tree | d130b7c2dab17c054948c776d4fd00ef74192e8f /gas | |
parent | 4252e537faef56b4b8f723b8432e7fb6906f3699 (diff) | |
download | gdb-bcd93207464eebb35e8eee462e0bdf73493989ba.zip gdb-bcd93207464eebb35e8eee462e0bdf73493989ba.tar.gz gdb-bcd93207464eebb35e8eee462e0bdf73493989ba.tar.bz2 |
* gas/macros/macros.exp (strings): Update xfails.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/macros.exp | 13 |
2 files changed, 11 insertions, 6 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 568043d..c3898c2 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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. diff --git a/gas/testsuite/gas/macros/macros.exp b/gas/testsuite/gas/macros/macros.exp index 4a424bd..511e074 100644 --- a/gas/testsuite/gas/macros/macros.exp +++ b/gas/testsuite/gas/macros/macros.exp @@ -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 } |