Searched refs:testcase_id (Results 1 – 1 of 1) sorted by relevance
591 size_t testcase_id, test_id; member615 static ChildProcInfo RunChildProcess(const std::string& test_name, int testcase_id, int test_id, in RunChildProcess() argument651 child_proc.testcase_id = testcase_id; in RunChildProcess()665 … std::string test_name = testcase_list[child_proc.testcase_id].GetTestName(child_proc.test_id); in HandleSignals()716 TestCase& testcase = testcase_list[child_proc.testcase_id]; in ReadChildProcOutput()880 size_t testcase_id = child_proc.testcase_id; in RunTestInSeparateProc() local882 TestCase& testcase = testcase_list[testcase_id]; in RunTestInSeparateProc()887 if (++finished_test_count_list[testcase_id] == testcase.TestCount()) { in RunTestInSeparateProc()