]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/mri/mri.exp
* gas/mri/mri.exp: Add xfail for the expr test for all hppa
[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 run_dump_test constants
12
13 run_dump_test float
14
15 run_dump_test char
16
17 setup_xfail "hppa*-*-*"
18 run_dump_test expr
19
20 setup_xfail "alpha*-*-*"
21 setup_xfail "sparc*-*-*"
22 setup_xfail "i960*-*-vxworks" "i960-*-vxworks4*" "i960*-*-vxworks5.0"
23 setup_xfail "i960-*-bout*" i960-*-nindy*"
24 run_dump_test common
25
26 setup_xfail "hppa*-*-osf*" "hppa*-*-hpux*" "hppa*-*-bsd*" "hppa-*-hiux*"
27 run_dump_test comment
28
29 # The remaining tests assume an m68k target
30 if [istarget "m68*-*-*"] {
31 run_dump_test for
32 run_dump_test if
33 run_dump_test repeat
34 run_dump_test while
35 }