Lines Matching defs:FAIL
193 outcome = 'FAIL'
407 outcome = FAIL
722 FAIL = 'fail'
1266 * %(fail_ok)4d tests are expected to fail that we won't fix
1267 * %(fail)4d tests are expected to fail that we should fix\
1272 return (PASS in o) and (FAIL in o) and (not CRASH in o) and (not OKAY in o)
1274 return (len(o) == 2) and (FAIL in o) and (OKAY in o)
1282 'fail': len([t for t in unskipped if list(t.outcomes) == [FAIL]])