Lines Matching refs:failed

210     "True iff a failed assertion should be a debugger break-point.");
295 "When this flag is specified, a failed assertion will throw an exception "
349 // Returns true iff the test case failed.
734 // Gets the number of failed test cases.
755 // Gets the number of failed tests.
1014 // Makes a failed assertion result.
1019 // Makes a failed assertion result with the given failure message.
2169 // Returns true iff the test failed.
2172 if (GetTestPartResult(i).failed())
2178 // Returns true iff the test part fatally failed.
2183 // Returns true iff the test fatally failed.
2188 // Returns true iff the test part non-fatally failed.
2199 // of successful test parts and the number of failed test parts.
2440 // This exception type can only be thrown by a failed Google
2480 // failed.
2681 // Gets the number of failed tests in this test case.
3168 // Internal helper for printing the list of failed tests.
3652 if (part.failed()) {
3795 GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: "
3816 GTEST_LOG_(WARNING) << "stream_result_to: failed to connect to "
3975 // causing successful tests to appear failed. We have to use a
3998 // Gets the number of failed test cases.
4019 // Gets the number of failed tests.
4057 // Returns true iff the unit test failed (i.e. some test case failed
4058 // or something outside of all tests failed).
4209 // test as having failed.
4544 // thrown during a test, the test is considered to be failed, but the
4605 // True iff at least one test has failed.
4606 bool failed = false;
4667 failed = true;
4686 return !failed;
5014 // Returns the value of the flag, or NULL if the parsing failed.
5057 // Aborts if the parsing failed.
5074 // Aborts if the parsing failed.
5091 // Aborts if the parsing failed.