Searched refs:PASS (Results 1 – 9 of 9) sorted by relevance
31 PASS=095 PASS=$(($PASS + $pass))122 echo "number of tests passed : $PASS"124 echo "total number of tests : $(($FAIL+$PASS))"
393 PASS=0488 PASS=$(($PASS+$pass))515 echo "number of tests passed : $PASS"517 echo "total number of tests : $(($FAIL+$PASS))"
75 PASS=0144 PASS=$(($PASS+$pass))175 echo "number of tests passed : $PASS"177 echo "total number of tests : $(($FAIL+$PASS))"
386 PASS=0481 PASS=$(($PASS+$pass))508 echo "number of tests passed : $PASS"510 echo "total number of tests : $(($FAIL+$PASS))"
74 return lit.Test.Result(lit.Test.PASS)135 return lit.Test.PASS, ''158 return lit.Test.PASS, ''
128 tl = PASS;135 case PASS:173 if( tl == PASS )204 if( tl != PASS )233 << ( tl == PASS ? "} doesn't exceed " : "} exceeds " )255 << ( tl == PASS ? " doesn't exceed " : " exceeds " )288 if( tl != PASS ) {356 case PASS:
148 if (result_ == PASS) in Failure()195 case minitest::TestCase::PASS: in main()
208 PASS = 0,213 TestCase() : result_(PASS) {}
425 WARN, CHECK, REQUIRE, PASS enumerator