Lines Matching refs:result
36 """Test result baseline recording and checking. """
48 # List of tuples (name, result) for failed tests
50 # dict of "test name" -> "result"
54 """Add a result if we're generating the baseline file,
55 otherwise check it against the current result set.
56 Returns a value to indicate whether the result matched
70 # have a result in baseline, is that the test should pass.
81 and their result.
90 for name, result in lst:
91 print("{0}: {1}".format(name, result), file=sys.stderr)
96 """Store the result set."""
97 # Only store the result set if we're generating a baseline
121 """Load the result set."""