Searched defs:Failed (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/utils/gtest/src/
H A Dgtest-all.cpp953 bool Passed() const { return !Failed(); }
957 bool Failed() const { function in class:testing::internal::UnitTestImpl
958 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
1044 << "Failed to get the current working directory.";
1634 return test_case->should_run() && test_case->Failed();
3157 bool TestResult::Failed() const { function in class:testing::TestResult
4101 if (test_info.result()->Failed())
5008 bool UnitTest::Failed() const { return impl()->Failed(); } function in class:testing::UnitTest
/frameworks/compile/mclinker/utils/gtest/include/
H A Dgtest.h8290 // << "Failed to die on request " << i);
16710 kNonFatalFailure, // Failed but the test can continue.
16711 kFatalFailure // Failed and the test should be terminated.
17549 bool Passed() const { return !Failed(); }
17552 bool Failed() const;
17816 bool Passed() const { return !Failed(); }
17819 bool Failed() const { return failed_test_count() > 0; } function in class:testing::TestCase
17877 return test_info->should_run() && test_info->result()->Failed();
18188 bool Failed() const;
18757 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed")
[all...]

Completed in 258 milliseconds