Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc952 int failed_test_count() const;
2256 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl
2257 return SumOverTestCaseList(test_cases_, &TestCase::failed_test_count); in failed_test_count()
4175 int TestCase::failed_test_count() const { in failed_test_count() function in testing::TestCase
4695 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local
4696 if (failed_test_count == 0) { in PrintFailedTests()
4702 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) { in PrintFailedTests()
4732 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd()
4734 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local
5248 StreamableToString(unit_test.failed_test_count())); in PrintXmlUnitTest()
[all …]
Dgtest.h20621 int failed_test_count() const;
20642 bool Failed() const { return failed_test_count() > 0; }
21025 int failed_test_count() const;