Searched defs:timeout_test_count (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp455 size_t timeout_test_count = timeout_test_list.size(); local
456 if (timeout_test_count > 0) {
458 printf("%zu %s, listed below:\n", timeout_test_count, (timeout_test_count == 1) ? "test" : "tests");
489 if (timeout_test_count > 0 || slow_test_count > 0 || fail_test_count > 0) {
493 if (timeout_test_count > 0) {
494 printf("%2zu TIMEOUT %s\n", timeout_test_count, (timeout_test_count == 1) ? "TEST" : "TESTS");

Completed in 20 milliseconds