Searched refs:Passed (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h119 // than a function pointer or functor, or else Wait and Passed could
121 virtual bool Passed(bool exit_status_ok) = 0;
199 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h123 // than a function pointer or functor, or else Wait and Passed could
125 virtual bool Passed(bool exit_status_ok) = 0;
228 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-internal-inl.h567 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
1116 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1129 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1138 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed())
1149 FormatBool((test_info.result())->Passed()) +
H A Dgtest-death-test.cc388 virtual bool Passed(bool status_ok);
541 bool DeathTestImpl::Passed(bool status_ok) { function in class:testing::internal::DeathTestImpl
583 << "DeathTest::Passed somehow called before conclusion of test";
H A Dgtest.cc346 return test_case->should_run() && test_case->Passed();
3131 if (test_info.result()->Passed()) {
3182 if (!test_info.should_run() || test_info.result()->Passed()) {
3208 if (!unit_test.Passed()) {
4055 bool UnitTest::Passed() const { return impl()->Passed(); } function in class:testing::UnitTest
4666 if (!Passed()) {
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-internal-inl.h582 bool Passed() const { return !Failed(); } function in class:testing::internal::UnitTestImpl
1137 SendLn("event=TestProgramEnd&passed=" + FormatBool(unit_test.Passed()));
1152 FormatBool(unit_test.Passed()) + "&elapsed_time=" +
1165 SendLn("event=TestCaseEnd&passed=" + FormatBool(test_case.Passed()) +
1176 FormatBool((test_info.result())->Passed()) +
H A Dgtest-death-test.cc412 bool Passed(bool status_ok) override;
569 bool DeathTestImpl::Passed(bool status_ok) { function in class:testing::internal::DeathTestImpl
613 << "DeathTest::Passed somehow called before conclusion of test";
H A Dgtest.cc369 return test_suite->should_run() && test_suite->Passed();
3237 if (test_info.result()->Passed()) {
3359 if (!unit_test.Passed()) {
4708 bool UnitTest::Passed() const { return impl()->Passed(); } function in class:testing::UnitTest
5355 if (!Passed()) {
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
H A Dgtest.h539 bool Passed() const { return !Failed(); } function in class:testing::TestResult
835 bool Passed() const { return !Failed(); } function in class:testing::TestCase
895 return test_info->should_run() && test_info->result()->Passed();
1234 bool Passed() const;
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
H A Dgtest.h578 bool Passed() const { return !Skipped() && !Failed(); } function in class:testing::TestResult
889 bool Passed() const { return !Failed(); } function in class:testing::TestSuite
961 return test_info->should_run() && test_info->result()->Passed();
1354 bool Passed() const;

Completed in 34 milliseconds