Home | History | Annotate | Download | only in tests

Lines Matching refs:next_testcase_id

924     // Next test to run is [next_testcase_id:next_test_id].
925 size_t next_testcase_id = 0;
934 while (child_proc_list.size() < job_count && next_testcase_id < testcase_list.size()) {
935 std::string test_name = testcase_list[next_testcase_id].GetTestName(next_test_id);
936 ChildProcInfo child_proc = RunChildProcess(test_name, next_testcase_id, next_test_id,
939 if (++next_test_id == testcase_list[next_testcase_id].TestCount()) {
941 ++next_testcase_id;