* 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 852043323ee9428c070b960f65f2050163e824cb..912aa14f53c8f02fa73b6adb1204bde9f2ccba28 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 b97a7d11886c1a6733f9e45bb5c793a0556adc7b..0e18a4123c9291aacc2faf7edf1fbc4a68148a3e 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
+}