Lines Matching defs:PASS
197 outcome = 'pass'
204 pass
234 pass
380 pass
383 pass
420 outcome = PASS
467 pass
591 pass
755 PASS = 'pass'
763 pass
801 pass
1092 outcomes = [PASS]
1194 result.add_option("-S", dest="scons_flags", help="Flag to pass through to scons",
1332 * %(pass)4d tests are expected to pass
1339 return (PASS in o) and (FAIL in o) and (not CRASH in o) and (not OKAY in o)
1348 'pass': len([t for t in unskipped if list(t.outcomes) == [PASS]]),