]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/mri/mri.exp
* gas/mri/mri.exp: Add setup_xfail for arm*-*-* for constants
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / mri / mri.exp
1 #
2 # Test the MRI compatibility mode.
3 #
4 run_dump_test label
5
6 setup_xfail "hppa*-*-osf*" "hppa*-*-hpux*" "hppa*-*-bsd*" "hppa-*-hiux*"
7 run_dump_test equ
8
9 setup_xfail "hppa*-*-osf*" "hppa*-*-hpux*" "hppa*-*-bsd*" "hppa-*-hiux*"
10 setup_xfail "a29k*-*-*"
11 setup_xfail "arm*-*-*"
12 run_dump_test constants
13
14 run_dump_test float
15
16 run_dump_test char
17
18 setup_xfail "hppa*-*-*"
19 run_dump_test expr
20
21 setup_xfail "alpha*-*-*"
22 setup_xfail "sparc*-*-*"
23 setup_xfail "i960*-*-vxworks" "i960-*-vxworks4*" "i960*-*-vxworks5.0"
24 setup_xfail "i960-*-bout*" i960-*-nindy*"
25 run_dump_test common
26
27 setup_xfail "hppa*-*-osf*" "hppa*-*-hpux*" "hppa*-*-bsd*" "hppa-*-hiux*"
28 run_dump_test comment
29
30 gas_test "empty.s" "-M" "" "MRI empty macro"
31
32 # The remaining tests assume an m68k target
33 if [istarget "m68*-*-*"] {
34 run_dump_test for
35 run_dump_test if
36 run_dump_test repeat
37 run_dump_test while
38 }