* gas/ieee-fp/x930509a.exp: Run the test but xfail. Add c80 to xfails.
authorAlan Modra <amodra@gmail.com>
Mon, 26 Aug 2002 11:27:02 +0000 (11:27 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 26 Aug 2002 11:27:02 +0000 (11:27 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/ieee-fp/x930509a.exp

index b62a973f8a97f841a70d2468e29916505ed75e87..3d62796e557066c426420868acc887f1e8a0c389 100644 (file)
@@ -1,5 +1,7 @@
 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
 
+       * gas/ieee-fp/x930509a.exp: Run the test but xfail.  Add c80 to xfails.
+
        * gas/vax/quad.exp: Use quad_elf.s for ELF targets.
        * gas/vax/quad.s: Align
        * gas/vax/quad_elf.s: New version of quad.s with %reg.
index cd48b417602efa456b3f1d8d964f4a73fcd7015c..933725d18f0b428871664bacb2be02e6e44355b5 100644 (file)
@@ -16,13 +16,12 @@ proc dotest {} {
        }
     }
     gas_finish
-    if !$x then { fail "$testname (listing didn't match)" }
-}
 
-# C54x alignment/addressing is different, so the listing looks different
-# float encoding is tested in c54x-specific tests.
-# No floating point support in assembly code for CRIS.
-if { ![istarget vax*-*-*] && ![istarget *c54x*-*-*] && ![istarget *c30*-*-*]
-     && ![istarget cris-*-*] && ![istarget arc*-*-*] } then {
-    dotest
+    # C54x alignment/addressing is different, so the listing looks different
+    # float encoding is tested in c54x-specific tests.
+    # No floating point support in assembly code for CRIS.
+    setup_xfail "arc*-*-*" "cris-*-*" "*c30*-*-*" "*c54x*-*-*" "*c80*-*-*"
+    setup_xfail "vax*-*-*"
+
+    if !$x then { fail "$testname (listing didn't match)" }
 }
This page took 0.027349 seconds and 4 git commands to generate.