Searched refs:tests_to_relaunch (Results 1 – 1 of 1) sorted by relevance
287 std::vector<std::string>* tests_to_relaunch) { in ProcessTestResults() argument334 tests_to_relaunch->push_back(test_names[i]); in ProcessTestResults()407 tests_to_relaunch->push_back(test_name); in ProcessTestResults()489 std::vector<std::string> tests_to_relaunch; in OnCompleted() local491 exit_code, was_timeout, &tests_to_relaunch); in OnCompleted()493 if (!tests_to_relaunch.empty()) { in OnCompleted()494 platform_delegate()->RelaunchTests(test_launcher(), tests_to_relaunch, in OnCompleted()542 std::vector<std::string> tests_to_relaunch; in OnCompleted() local545 exit_code, was_timeout, &tests_to_relaunch); in OnCompleted()549 DCHECK(tests_to_relaunch.empty()); in OnCompleted()