Lines Matching refs:PASS
195 outcome = 'pass'
202 pass
232 pass
372 pass
375 pass
409 outcome = PASS
456 pass
573 pass
723 PASS = 'pass'
731 pass
769 pass
1054 outcomes = [PASS]
1155 result.add_option("-S", dest="scons_flags", help="Flag to pass through to scons",
1265 * %(pass)4d tests are expected to pass
1272 return (PASS in o) and (FAIL in o) and (not CRASH in o) and (not OKAY in o)
1280 'pass': len([t for t in unskipped if list(t.outcomes) == [PASS]]),