Lines Matching full:next_test_id
851 // Next test to run is [next_testcase_id:next_test_id].
853 size_t next_test_id = 0;
862 std::string test_name = testcase_list[next_testcase_id].GetTestName(next_test_id);
863 ChildProcInfo child_proc = RunChildProcess(test_name, next_testcase_id, next_test_id,
866 if (++next_test_id == testcase_list[next_testcase_id].TestCount()) {
867 next_test_id = 0;