Home | History | Annotate | Download | only in src

Lines Matching refs:Failed

191     "True iff a failed assertion should be a debugger break-point.");
276 "When this flag is specified, a failed assertion will throw an exception "
329 // Returns true iff the test case failed.
331 return test_case->should_run() && test_case->Failed();
706 // Gets the number of failed test cases.
727 // Gets the number of failed tests.
929 // Makes a failed assertion result.
934 // Makes a failed assertion result with the given failure message.
1346 if (FAILED(hr)) {
1758 // Returns true iff the test failed.
1759 bool TestResult::Failed() const {
1761 if (GetTestPartResult(i).failed())
1767 // Returns true iff the test part fatally failed.
1772 // Returns true iff the test fatally failed.
1777 // Returns true iff the test part non-fatally failed.
1788 // of successful test parts and the number of failed test parts.
1954 // A failed Google Test assertion will throw an exception of this type when
2073 // failed.
2269 // Gets the number of failed tests in this test case.
2697 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2700 if (test_info.result()->Failed())
2731 // Internal helper for printing the list of failed tests.
2748 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2773 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2776 printf("\n%2d FAILED %s\n", num_failures,
3181 if (part.failed()) {
3356 << "stream_result_to: failed to stream to "
3407 GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: "
3428 GTEST_LOG_(WARNING) << "stream_result_to: failed to connect to "
3569 // causing successful tests to appear failed. We have to use a
3592 // Gets the number of failed test cases.
3613 // Gets the number of failed tests.
3641 // Returns true iff the unit test failed (i.e. some test case failed
3642 // or something outside of all tests failed).
3643 bool UnitTest::Failed() const { return impl()->Failed(); }
4077 // thrown during a test, the test is considered to be failed, but the
4133 // True iff at least one test has failed.
4134 bool failed = false;
4195 failed = true;
4214 return !failed;
4499 // Returns the value of the flag, or NULL if the parsing failed.
4542 // Aborts if the parsing failed.
4559 // Aborts if the parsing failed.
4576 // Aborts if the parsing failed.