Lines Matching refs:results
6 """Utility to display a summary of JSON-format GM results, and exit with
7 a nonzero errorcode if there were non-ignored failures in the GM results.
29 """Object that accumulates results of a given type, and can generate a
34 do_list: whether to list all of the tests with this results type
36 results of this type
50 and there were any results of this type."""
57 """Returns a single-line string summary of all results added to this
76 """Displays a summary of the results in a JSON file.
77 Returns True if the results are free of any significant failures.
100 results = actual_results[label]
101 if results:
102 for result in results:
107 print '(results marked with [*] will cause nonzero return value)'