Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc779 int UnitTestImpl::failed_test_count() const { in failed_test_count() function in testing::internal::UnitTestImpl
780 return SumOverTestSuiteList(test_suites_, &TestSuite::failed_test_count); in failed_test_count()
2718 int TestSuite::failed_test_count() const { in failed_test_count() function in testing::TestSuite
3290 const int failed_test_count = unit_test.failed_test_count(); in PrintFailedTests() local
3291 if (failed_test_count == 0) { in PrintFailedTests()
3297 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) { in PrintFailedTests()
3358 int num_failures = unit_test.failed_test_count(); in OnTestIterationEnd()
3360 const int failed_test_count = unit_test.failed_test_count(); in OnTestIterationEnd() local
3362 printf("%s, listed below:\n", FormatTestCount(failed_test_count).c_str()); in OnTestIterationEnd()
3865 StreamableToString(test_suite.failed_test_count())); in PrintXmlTestSuite()
[all …]
H A Dgtest-internal-inl.h556 int failed_test_count() const;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h871 int failed_test_count() const;
892 bool Failed() const { return failed_test_count() > 0; } in Failed()
1328 int failed_test_count() const;