1 global target_triplet 2 3 if { ![istarget "*mips*"] } { 4 return 1 5 } else { 6 set torture_compile_xfail "$target_triplet" 7 } 8 9 return 0 10 11