Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp354 std::vector<std::tuple<std::string, int64_t, int>> slow_test_list; in OnTestIterationEndPrint() local
373 slow_test_list.push_back(std::make_tuple(testcase.GetTestName(i), in OnTestIterationEndPrint()
414 size_t slow_test_count = slow_test_list.size(); in OnTestIterationEndPrint()
418 for (const auto& slow_tuple : slow_test_list) { in OnTestIterationEndPrint()