diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-08 03:22:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-08 03:22:47 +0000 |
commit | 0d7e5327d93e2065fac3eaeca885b1fafda357cb (patch) | |
tree | 3af849c3db281ee461f04b89714625f51cfc369a /gas/testsuite | |
parent | 59e3498dc3c5d03939475a0b73f1e1909883b123 (diff) | |
download | gdb-0d7e5327d93e2065fac3eaeca885b1fafda357cb.zip gdb-0d7e5327d93e2065fac3eaeca885b1fafda357cb.tar.gz gdb-0d7e5327d93e2065fac3eaeca885b1fafda357cb.tar.bz2 |
* gas/mri/mri.exp: Add setup_xfail for hppa*-*-* for equ,
constants, and expr.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gas/testsuite/gas/mri/mri.exp | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 256e573..3e711ba 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,8 @@ Mon Aug 7 22:39:28 1995 Ian Lance Taylor <ian@cygnus.com> + * gas/mri/mri.exp: Add setup_xfail for hppa*-*-* for equ, + constants, and expr. + * gas/m68k/all.exp: Run schwab test on hpux*, not just hpux. Run on vxworks*, not just vxworks5.1. diff --git a/gas/testsuite/gas/mri/mri.exp b/gas/testsuite/gas/mri/mri.exp new file mode 100644 index 0000000..764de81 --- /dev/null +++ b/gas/testsuite/gas/mri/mri.exp @@ -0,0 +1,12 @@ +# +# Test the MRI compatibility mode. +# +run_dump_test label +setup_xfail "hppa*-*-*" +run_dump_test equ +setup_xfail "hppa*-*-*" +run_dump_test constants +run_dump_test float +run_dump_test char +setup_xfail "hppa*-*-*" +run_dump_test expr |