Home | History | Annotate | Download | only in src

Lines Matching refs:Failed

765   // Gets the number of failed test cases.
778 // Gets the number of failed tests.
794 bool Passed() const { return !Failed(); }
796 // Returns true iff the unit test failed (i.e. some test case failed
797 // or something outside of all tests failed).
798 bool Failed() const {
799 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
883 << "Failed to get the current working directory.";
923 // considered to be failed, but the rest of the tests will still be