Home | History | Annotate | Download | only in test

Lines Matching defs:failed

18   /* Number of tests that failed */
30 /* Number of tests that unexpectedly failed */
105 printf(" *FAILED: %s ", id);
108 printf("**FAILED: %s ", id);
128 printf("%sSummary: %d %s tests failed out of %d tests. "
189 int failed;
204 failed = forward_results.failed_count_ + inverse_results.failed_count_;
210 printf("%sTotal: %d tests failed out of %d tests. "
212 failed ? "**" : "",
213 failed,
215 (100.0 * (total - failed)) / total);
235 return failed;