Home | History | Annotate | Download | only in https

Lines Matching full:result_count

1220 	result_count () \
1227 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1240 result_count $$1 "TOTAL:" $$all "$$brg"; \
1241 result_count $$1 "PASS: " $$pass "$$grn"; \
1242 result_count $$1 "SKIP: " $$skip "$$blu"; \
1243 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1244 result_count $$1 "FAIL: " $$fail "$$red"; \
1245 result_count $$1 "XPASS:" $$xpass "$$red"; \
1246 result_count $$1 "ERROR:" $$error "$$mgn"; \