aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-08-16 20:43:22 +0000
committerIan Lance Taylor <ian@airs.com>1995-08-16 20:43:22 +0000
commit7863267c43203f98010629b12241ef4763c93a9d (patch)
tree42e5d4d603098471eb651edb83b0ef452ea7725f /gas/testsuite
parenta0cc993c124146a402d371bfa938500d960d854f (diff)
downloadgdb-7863267c43203f98010629b12241ef4763c93a9d.zip
gdb-7863267c43203f98010629b12241ef4763c93a9d.tar.gz
gdb-7863267c43203f98010629b12241ef4763c93a9d.tar.bz2
* gas/mri/mri.exp: Add setup_xfail for i960 b.out targets for
common test.
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/ChangeLog6
-rw-r--r--gas/testsuite/gas/mri/mri.exp10
2 files changed, 16 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 8520433..912aa14 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -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.
diff --git a/gas/testsuite/gas/mri/mri.exp b/gas/testsuite/gas/mri/mri.exp
index b97a7d1..0e18a41 100644
--- a/gas/testsuite/gas/mri/mri.exp
+++ b/gas/testsuite/gas/mri/mri.exp
@@ -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
+}