This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m68k / all.exp
1 #
2 # Some generic m68k tests
3 #
4 if [istarget m68*-*-*] then {
5 gas_test "t2.s" "" "" "cross-section branch"
6
7 gas_test "pic1.s" "" "" "PIC generation"
8
9 gas_test "disperr.s" "-m68020" "" "Incorrect Displacement too long error"
10
11 gas_test_error "p2410.s" "" "out-of-range 'bras'"
12
13 run_dump_test schwab
14 run_dump_test operands
15 run_dump_test cas
16 run_dump_test bitfield
17 run_dump_test link
18 run_dump_test fmoveml
19
20 set testname "68000 operands"
21 gas_run "operands.s" "-m68000" "2>err.out"
22 if ![string match "child process exited abnormally" $comp_output] then {
23 send_log "$comp_output\n"
24 verbose "$comp_output" 3
25 fail $testname
26 } else {
27 if [regexp_diff "err.out" "$srcdir$subdir/op68000.d"] then {
28 fail $testname
29 } else {
30 pass $testname
31 }
32 }
33 }
34 if [info exists errorInfo] then {
35 unset errorInfo
36 }
This page took 0.033244 seconds and 5 git commands to generate.