From 0d7e5327d93e2065fac3eaeca885b1fafda357cb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 8 Aug 1995 03:22:47 +0000 Subject: [PATCH] * gas/mri/mri.exp: Add setup_xfail for hppa*-*-* for equ, constants, and expr. --- gas/testsuite/ChangeLog | 3 +++ gas/testsuite/gas/mri/mri.exp | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 gas/testsuite/gas/mri/mri.exp diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 256e573772d..3e711bae808 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,8 @@ Mon Aug 7 22:39:28 1995 Ian Lance Taylor + * 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 00000000000..764de81ece1 --- /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 -- 2.30.2