Lines Matching full:pass
195 outcome = 'pass'
202 pass
232 pass
363 pass
366 pass
395 outcome = PASS
439 pass
548 pass
662 PASS = 'pass'
670 pass
705 pass
987 outcomes = [PASS]
1088 result.add_option("-S", dest="scons_flags", help="Flag to pass through to scons",
1161 * %(pass)4d tests are expected to pass
1168 return (PASS in o) and (FAIL in o) and (not CRASH in o) and (not OKAY in o)
1176 'pass': len([t for t in unskipped if list(t.outcomes) == [PASS]]),