Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp494 size_t xpass_test_count = xpass_test_name_list.size(); in OnTestIterationEndPrint() local
495 if (xpass_test_count > 0) { in OnTestIterationEndPrint()
497 printf("%zu %s, listed below:\n", xpass_test_count, (xpass_test_count == 1) ? "test" : "tests"); in OnTestIterationEndPrint()
504 …if (timeout_test_count > 0 || slow_test_count > 0 || fail_test_count > 0 || xpass_test_count > 0) { in OnTestIterationEndPrint()
517 if (xpass_test_count > 0) { in OnTestIterationEndPrint()
518 …printf("%2zu SHOULD HAVE FAILED %s\n", xpass_test_count, (xpass_test_count == 1) ? "TEST" : "TESTS… in OnTestIterationEndPrint()