Home | History | Annotate | Download | only in testzzuf

Lines Matching full:result_count

1048 	result_count () \
1055 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1068 result_count $$1 "TOTAL:" $$all "$$brg"; \
1069 result_count $$1 "PASS: " $$pass "$$grn"; \
1070 result_count $$1 "SKIP: " $$skip "$$blu"; \
1071 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1072 result_count $$1 "FAIL: " $$fail "$$red"; \
1073 result_count $$1 "XPASS:" $$xpass "$$red"; \
1074 result_count $$1 "ERROR:" $$error "$$mgn"; \