Home | History | Annotate | Download | only in test

Lines Matching refs:FAIL

74 FAIL=0
81 fail=0
83 if (ls ${TEST_PREFIX}*fail.cpp > /dev/null 2>&1)
85 for FILE in $(ls ${TEST_PREFIX}*fail.cpp); do
90 fail=$(($fail+1))
113 fail=$(($fail+1))
119 fail=$(($fail+1))
124 if [ $fail -gt 0 ]
126 echo "failed $fail tests in `pwd`"
132 if [ $fail -eq 0 ]
137 if [ $fail -eq 0 -a $pass -eq 0 ]
143 FAIL=$(($FAIL+$fail))
174 echo "number of tests failed : $FAIL"
177 echo "total number of tests : $(($FAIL+$PASS))"
180 exit $FAIL