Home | History | Annotate | Download | only in h8300

Lines Matching full:testname

21     set testname "cbranch.s: h8300 conditional branch tests"
60 if [expr $x == 20] then { pass $testname } else { fail $testname }
64 set testname "branch.s: h8300 branch tests"
90 if [expr $x == 7] then { pass $testname } else { fail $testname }
94 set testname "cbranchh.s: h8300h conditional branch tests"
153 if [expr $x == 40] then { pass $testname } else { fail $testname }
157 set testname "branchh.s: h8300h branch tests"
184 if [expr $x == 8] then { pass $testname } else { fail $testname }
188 set testname "cbranchs.s: h8300s conditional branch tests"
247 if [expr $x == 40] then { pass $testname } else { fail $testname }
251 set testname "branchs.s: h8300s branch tests"
278 if [expr $x == 8] then { pass $testname } else { fail $testname }