Home | History | Annotate | Download | only in test

Lines Matching refs:FAIL

332   # Retry up to 10 times if fail is due to "Text file busy"
392 FAIL=0
412 fail=0
414 if (ls ${TEST_PREFIX}*fail.cpp > /dev/null 2>&1)
416 for FILE in $(ls ${TEST_PREFIX}*fail.cpp | tr ' ' '\n' | grep -v EQ | sort); do
421 fail=$(($fail+1))
457 fail=$(($fail+1))
463 fail=$(($fail+1))
468 if [ $fail -gt 0 ]
470 echo "failed $fail tests in `pwd`"
476 if [ $fail -eq 0 ]
481 if [ $fail -eq 0 -a $pass -eq 0 ]
487 FAIL=$(($FAIL+$fail))
514 echo "number of tests failed : $FAIL"
517 echo "total number of tests : $(($FAIL+$PASS))"
520 exit $FAIL