Lines Matching refs:PASS
36 PASS = "PASS"
54 for key in [SKIP, FAIL, PASS, CRASH, HEAVY, SLOW, FAIL_OK, NO_VARIANTS,
141 """Indicates if we join PASS and FAIL from two different outcome sets and
145 PASS in outcomes1 and
211 # A FAIL without PASS in one rule has always precedence over a single
212 # PASS (without FAIL) in another. Otherwise the default PASS expectation
213 # in a rule with a modifier (e.g. PASS, SLOW) would be joined to a FAIL
215 # PASS and FAIL).
217 target_dict[rule] -= set([PASS])
219 result -= set([PASS])