Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp432 size_t slow_test_count = slow_test_list.size(); in OnTestIterationEndPrint() local
433 if (slow_test_count > 0) { in OnTestIterationEndPrint()
435 printf("%zu %s, listed below:\n", slow_test_count, in OnTestIterationEndPrint()
436 (slow_test_count == 1) ? "test" : "tests"); in OnTestIterationEndPrint()
453 if (slow_test_count > 0) { in OnTestIterationEndPrint()
454 printf("%2zu SLOW %s\n", slow_test_count, in OnTestIterationEndPrint()
455 (slow_test_count == 1) ? "TEST" : "TESTS"); in OnTestIterationEndPrint()