Lines Matching full:outcome
912 pattern = s = outcome = repl = expected = None914 pattern, s, outcome, repl, expected = t916 pattern, s, outcome = t923 if outcome == SYNTAX_ERROR: pass # Expected a syntax error936 if outcome == SYNTAX_ERROR:939 elif outcome == FAIL:942 elif outcome == SUCCEED: