* gas/mri/mri.exp: Add setup_xfail for i960 b.out targets for
authorIan Lance Taylor <ian@airs.com>
Wed, 16 Aug 1995 20:43:22 +0000 (20:43 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 16 Aug 1995 20:43:22 +0000 (20:43 +0000)
common test.

gas/testsuite/ChangeLog
gas/testsuite/gas/mri/mri.exp

index 8520433..912aa14 100644 (file)
@@ -1,5 +1,11 @@
 Wed Aug 16 12:24:12 1995  Ian Lance Taylor  <ian@cygnus.com>
 
+       * gas/mri/mri.exp: Add setup_xfail for i960 b.out targets for
+       common test.
+
+       * lib/gas-defs.exp (run_dump_test): Name the output file dump.o,
+       rather than using an implicit a.out.
+
        * gas/mri/for.s: Add nop to round out to four byte boundary.
        * gas/mri/repeat.s: Likewise.
        * gas/mri/while.s: Likewise.
index b97a7d1..0e18a41 100644 (file)
@@ -19,4 +19,14 @@ run_dump_test expr
 
 setup_xfail "alpha*-*-*"
 setup_xfail "sparc*-*-*"
+setup_xfail "i960*-*-vxworks" "i960-*-vxworks4*" "i960*-*-vxworks5.0"
+setup_xfail "i960-*-bout*" i960-*-nindy*"
 run_dump_test common
+
+# The remaining tests assume an m68k target
+if [istarget "m68*-*-*"] {
+    run_dump_test for
+    run_dump_test if
+    run_dump_test repeat
+    run_dump_test while
+}