Home | History | Annotate | Download | only in googletest

Lines Matching refs:failures

192     " should catch exceptions and treat them as test failures.");
512 // results. Intercepts only failures from the current thread.
593 << " Actual: " << results.size() << " failures";
3148 // <-- individual assertion failures
3195 int failures = 0;
3199 if (++failures == 1)
3213 if (failures == 0)
3223 " <testsuite name=\"%s\" tests=\"%d\" failures=\"%d\" "
3245 "<testsuites tests=\"%d\" failures=\"%d\" disabled=\"%d\" "
4530 " Turn assertion failures into debugger break-points.\n"
4532 " Turn assertion failures into C++ exceptions.\n"