Lines Matching refs:result
439 for (eq, order, result ) in [
446 if result == 'exception':
456 if result == 'neither':
462 elif result == 'both':
468 elif result == 'eq_only':
475 assert False, f'unknown result {result!r}'
563 for (hash_, compare, result ) in [
576 if result == 'field':
579 elif result == 'absent':
583 assert False, f'unknown result {result!r}'
2538 def test(case, unsafe_hash, eq, frozen, with_hash, result):
2541 if result != 'exception':
2552 # See if the result matches what's expected.
2553 if result == 'fn':
2558 elif result == '':
2563 elif result == 'none':
2568 elif result == 'exception':
2579 assert False, f'unknown result {result!r}'
2585 # And for each of these, a different result if
3819 # Make sure the result is still frozen.