Home | History | Annotate | Download | only in src

Lines Matching refs:Failed

193     "True iff a failed assertion should be a debugger break-point.");
278 "When this flag is specified, a failed assertion will throw an exception "
331 // Returns true iff the test case failed.
333 return test_case->should_run() && test_case->Failed();
708 // Gets the number of failed test cases.
729 // Gets the number of failed tests.
957 // Makes a failed assertion result.
962 // Makes a failed assertion result with the given failure message.
1374 if (FAILED(hr)) {
1831 // Returns true iff the test failed.
1832 bool TestResult::Failed() const {
1834 if (GetTestPartResult(i).failed())
1840 // Returns true iff the test part fatally failed.
1845 // Returns true iff the test fatally failed.
1850 // Returns true iff the test part non-fatally failed.
1861 // of successful test parts and the number of failed test parts.
2101 // This exception type can only be thrown by a failed Google
2141 // failed.
2336 // Gets the number of failed tests in this test case.
2771 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2774 if (test_info.result()->Failed())
2805 // Internal helper for printing the list of failed tests.
2822 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2847 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
2850 printf("\n%2d FAILED %s\n", num_failures,
3284 if (part.failed()) {
3423 GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: "
3444 GTEST_LOG_(WARNING) << "stream_result_to: failed to connect to "
3585 // causing successful tests to appear failed. We have to use a
3608 // Gets the number of failed test cases.
3629 // Gets the number of failed tests.
3657 // Returns true iff the unit test failed (i.e. some test case failed
3658 // or something outside of all tests failed).
3659 bool UnitTest::Failed() const { return impl()->Failed(); }
4122 // thrown during a test, the test is considered to be failed, but the
4178 // True iff at least one test has failed.
4179 bool failed = false;
4240 failed = true;
4259 return !failed;
4583 // Returns the value of the flag, or NULL if the parsing failed.
4626 // Aborts if the parsing failed.
4643 // Aborts if the parsing failed.
4660 // Aborts if the parsing failed.