mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* gas/mri/mri.exp: Add setup_xfail for hppa*-*-* for equ,
constants, and expr.
This commit is contained in:
@ -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.
|
||||
|
||||
|
12
gas/testsuite/gas/mri/mri.exp
Normal file
12
gas/testsuite/gas/mri/mri.exp
Normal file
@ -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
|
Reference in New Issue
Block a user