Lines Matching full:abi
128 # Records the result per each ABI.
134 # ABI and the test count for the current chunk.
135 abi = None
143 if abi:
145 abi = match.group(1)
155 if abi != match.group(1):
169 total_test[abi] = (
170 total_test.get(abi, 0) + ntest - last_notexec.get(abi, 0))
171 total_pass[abi] = total_pass.get(abi, 0) + npass
172 total_fail[abi] = total_fail.get(abi, 0) + nfail
173 last_notexec[abi] = nnotexec
174 abi = None
176 if abi:
181 total_test[abi] = (
182 total_test.get(abi, 0) + ntest - last_notexec.get(abi, 0))
183 last_notexec[abi] = ntest
189 # only parse for waivers for the running ABI.