Lines Matching refs:summary
98 summary = []
100 summary.append(('Results of %d test(s) do not match expected '
102 summary.extend(test_push_errors.mismatch_errors)
103 summary.append('\n')
106 summary.append('%d test(s) are not expected to be run:' %
108 summary.extend(test_push_errors.unknown_tests)
109 summary.append('\n')
112 summary.append('%d test(s) are missing from the results:' %
114 summary.extend(test_push_errors.missing_tests)
115 summary.append('\n')
117 return summary