Home | History | Annotate | Download | only in tools

Lines Matching refs:FAIL

193         outcome = 'FAIL'
393 outcome = FAIL
661 FAIL = 'fail'
1162 * %(fail_ok)4d tests are expected to fail that we won't fix
1163 * %(fail)4d tests are expected to fail that we should fix\
1168 return (PASS in o) and (FAIL in o) and (not CRASH in o) and (not OKAY in o)
1170 return (len(o) == 2) and (FAIL in o) and (OKAY in o)
1178 'fail': len([t for t in unskipped if list(t.outcomes) == [FAIL]])