Home
last modified time | relevance | path

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

/system/testing/gtest_extras/gtest_isolated/
DIsolate.h88 size_t total_xpass_tests_; variable
DIsolate.cpp352 total_xpass_tests_++; in CheckTestsFinished()
434 total_xpass_tests_ = 0; in RunAllTests()
580 if (total_xpass_tests_ != 0) { in PrintFooter()
581 PrintResults(total_xpass_tests_, XpassFailResults, &footer); in PrintFooter()
693 tests_.size(), total_fail_tests_ + total_timeout_tests_ + total_xpass_tests_); in WriteXmlResults()