TIC4X testcase commit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / macros.exp
1 # Run some tests of gas macros.
2
3 if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } {
4 run_dump_test test1
5 }
6
7 if { ![istarget *c54x*-*-*] && ![istarget *c4x*-*-*] } {
8 run_dump_test test2
9 }
10
11 run_dump_test test3
12
13 if { ![istarget *c54x*-*-*] && ![istarget *c4x*-*-*] } {
14 run_dump_test irp
15 run_dump_test rept
16 }
17
18
19 gas_test_error "err.s" "" "macro infinite recursion"
20
21 case $target_triplet in {
22 { hppa*-*-* } { if [istarget *-*-linux*] { run_dump_test semi } }
23 { *c4x*-*-* } { }
24 { *c54x*-*-* } { }
25 default {
26 run_dump_test semi
27 }
28 }
29
30 if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } {
31 # FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES.
32 setup_xfail "avr-*" "cris-*"
33
34 # These fail due to NO_STRING_ESCAPES
35 setup_xfail "powerpc*-*-aix*" "powerpc*-*-beos*" "powerpc*-*-macos*"
36 setup_xfail "powerpc*-*-mpw*" "powerpc*-*-pe" "powerpc*-*-*win*"
37 setup_xfail "rs6000-*-*"
38
39 # FIXME: Due to difference in what "consecutive octets" means.
40 setup_xfail "*c4x*-*-*" "*c54x*-*"
41 run_dump_test strings
42 }
This page took 0.030995 seconds and 4 git commands to generate.