Home | History | Annotate | Download | only in src

Lines Matching refs:Failed

190     "True iff a failed assertion should be a debugger break-point.");
275 "When this flag is specified, a failed assertion will throw an exception "
328 // Returns true iff the test case failed.
330 return test_case->should_run() && test_case->Failed();
708 // Gets the number of failed test cases.
729 // Gets the number of failed tests.
970 // Makes a failed assertion result.
975 // Makes a failed assertion result with the given failure message.
1386 if (FAILED(hr)) {
1852 // Returns true iff the test failed.
1853 bool TestResult::Failed() const {
1855 if (GetTestPartResult(i).failed())
1861 // Returns true iff the test part fatally failed.
1866 // Returns true iff the test fatally failed.
1871 // Returns true iff the test part non-fatally failed.
1882 // of successful test parts and the number of failed test parts.
2048 // A failed Google Test assertion will throw an exception of this type when
2167 // failed.
2363 // Gets the number of failed tests in this test case.
2794 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2797 if (test_info.result()->Failed())
2829 // Internal helper for printing the list of failed tests.
2846 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2871 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2874 printf("\n%2d FAILED %s\n", num_failures,
3250 if (part.failed()) {
3423 << "stream_result_to: failed to stream to "
3474 GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: "
3495 GTEST_LOG_(WARNING) << "stream_result_to: failed to connect to "
3636 // causing successful tests to appear failed. We have to use a
3659 // Gets the number of failed test cases.
3680 // Gets the number of failed tests.
3702 // Returns true iff the unit test failed (i.e. some test case failed
3703 // or something outside of all tests failed).
3704 bool UnitTest::Failed() const { return impl()->Failed(); }
4138 // thrown during a test, the test is considered to be failed, but the
4194 // True iff at least one test has failed.
4195 bool failed = false;
4255 failed = true;
4274 return !failed;
4559 // Returns the value of the flag, or NULL if the parsing failed.
4602 // Aborts if the parsing failed.
4619 // Aborts if the parsing failed.
4636 // Aborts if the parsing failed.