* gas/macros/macros.exp: Mark strings test xfail for sh.

This commit is contained in:
Hans-Peter Nilsson
2000-11-11 16:02:33 +00:00
parent c5aeb40fc6
commit 935e6103d2
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-11-11 Hans-Peter Nilsson <hp@bitrange.com>
* gas/macros/macros.exp: Mark strings test xfail for sh.
2000-10-24 Diego Novillo <dnovillo@cygnus.com>
* intel.s, intel.d: Add new tests for intel syntax.

View File

@ -29,5 +29,6 @@ case $target_triplet in {
if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } {
# FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES.
setup_xfail cris-*-*
setup_xfail sh*-*-*
run_dump_test strings
}