Home
last modified time | relevance | path

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

/aosp12/system/testing/gtest_extras/
H A DIsolate.cpp349 total_xpass_tests_++; in CheckTestsFinished()
431 total_xpass_tests_ = 0; in RunAllTests()
577 if (total_xpass_tests_ != 0) { in PrintFooter()
578 PrintResults(total_xpass_tests_, XpassFailResults, &footer); in PrintFooter()
690 tests_.size(), total_fail_tests_ + total_timeout_tests_ + total_xpass_tests_); in WriteXmlResults()
H A DIsolate.h88 size_t total_xpass_tests_; variable