Home
last modified time | relevance | path

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

/system/testing/gtest_extras/gtest_isolated/
DIsolate.h89 size_t total_fail_tests_; variable
DIsolate.cpp355 total_fail_tests_++; in CheckTestsFinished()
435 total_fail_tests_ = 0; in RunAllTests()
590 if (total_fail_tests_ != 0) { in PrintFooter()
591 PrintResults(total_fail_tests_, FailResults, &footer); in PrintFooter()
693 tests_.size(), total_fail_tests_ + total_timeout_tests_ + total_xpass_tests_); in WriteXmlResults()