Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp419 size_t timeout_test_count = timeout_test_list.size(); in OnTestIterationEndPrint() local
420 if (timeout_test_count > 0) { in OnTestIterationEndPrint()
422 printf("%zu %s, listed below:\n", timeout_test_count, in OnTestIterationEndPrint()
423 (timeout_test_count == 1) ? "test" : "tests"); in OnTestIterationEndPrint()
449 if (timeout_test_count > 0) { in OnTestIterationEndPrint()
450 printf("%2zu TIMEOUT %s\n", timeout_test_count, in OnTestIterationEndPrint()
451 (timeout_test_count == 1) ? "TEST" : "TESTS"); in OnTestIterationEndPrint()