Home
last modified time | relevance | path

Searched refs:Passed (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc977 bool Passed() const { return !Failed(); } in Passed() function in testing::internal::UnitTestImpl
1535 FormatBool(unit_test.Passed()) + "&elapsed_time=" + in OnTestIterationEnd()
1555 FormatBool((test_info.result())->Passed()) + in OnTestEnd()
1845 return test_case->should_run() && test_case->Passed(); in TestCasePassed()
4656 if (test_info.result()->Passed()) { in OnTestEnd()
4707 if (!test_info.should_run() || test_info.result()->Passed()) { in PrintFailedTests()
4733 if (!unit_test.Passed()) { in OnTestIterationEnd()
6035 bool UnitTest::Passed() const { return impl()->Passed(); } in Passed() function in testing::UnitTest
6650 if (!Passed()) { in RunAllTests()
7861 virtual bool Passed(bool status_ok);
[all …]
Dgtest.h9379 virtual bool Passed(bool exit_status_ok) = 0;
9459 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
20340 bool Passed() const { return !Failed(); }
20639 bool Passed() const { return !Failed(); }
20699 return test_info->should_run() && test_info->result()->Passed();
21050 bool Passed() const;