Home
last modified time | relevance | path

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

/system/testing/gtest_extras/gtest_isolated/
DIsolate.cpp361 total_xfail_tests_++; in CheckTestsFinished()
436 total_xfail_tests_ = 0; in RunAllTests()
561 printf(" %s.", PluralizeString(total_pass_tests_ + total_xfail_tests_, " test").c_str()); in PrintFooter()
562 if (total_xfail_tests_ != 0) { in PrintFooter()
563 printf(" (%s)", PluralizeString(total_xfail_tests_, " expected failure").c_str()); in PrintFooter()
829 if (total_pass_tests_ + total_skipped_tests_ + total_xfail_tests_ != tests_.size()) { in Run()
DIsolate.h90 size_t total_xfail_tests_; variable