Searched refs:failed_count (Results 1 – 4 of 4) sorted by relevance
106 failed_count=0109 "${test_command[@]}" || failed_count=$(( $failed_count + 1 ))112 if [ $failed_count != 0 ]; then113 failed_tests+=( "${name} ${failed_count}/${iterations}" )
110 failed_count=0113 "${benchmark_command[@]}" || failed_count=$(( $failed_count + 1 ))116 if [ $failed_count != 0 ]; then117 failed_benchmarks+=( "${name} ${failed_count}/${iterations}" )
137 failed_count=0140 "${test_command[@]}" || failed_count=$(( $failed_count + 1 ))143 if [ $failed_count != 0 ]; then144 failed_tests+=( "${name} ${failed_count}/${iterations}" )
486 int failed_count = 0; in _start_job() local513 failed_count++; in _start_job()514 if ((failed_count == 1) && in _start_job()