Lines Matching defs:FAIL
195 outcome = 'FAIL'
418 outcome = FAIL
754 FAIL = 'fail'
1333 * %(fail_ok)4d tests are expected to fail that we won't fix
1334 * %(fail)4d tests are expected to fail that we should fix\
1339 return (PASS in o) and (FAIL in o) and (not CRASH in o) and (not OKAY in o)
1341 return (len(o) == 2) and (FAIL in o) and (OKAY in o)
1350 'fail': len([t for t in unskipped if list(t.outcomes) == [FAIL]])