Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp428 size_t slow_test_count = slow_test_list.size(); in OnTestIterationEndPrint() local
429 if (slow_test_count > 0) { in OnTestIterationEndPrint()
431 printf("%zu %s, listed below:\n", slow_test_count, (slow_test_count == 1) ? "test" : "tests"); in OnTestIterationEndPrint()
445 if (slow_test_count > 0) { in OnTestIterationEndPrint()
446 printf("%2zu SLOW %s\n", slow_test_count, (slow_test_count == 1) ? "TEST" : "TESTS"); in OnTestIterationEndPrint()