Home | History | Annotate | Download | only in tests-m32

Lines Matching refs:result_count

5434 	result_count () \
5441 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
5454 result_count $$1 "TOTAL:" $$all "$$brg"; \
5455 result_count $$1 "PASS: " $$pass "$$grn"; \
5456 result_count $$1 "SKIP: " $$skip "$$blu"; \
5457 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
5458 result_count $$1 "FAIL: " $$fail "$$red"; \
5459 result_count $$1 "XPASS:" $$xpass "$$red"; \
5460 result_count $$1 "ERROR:" $$error "$$mgn"; \