Lines Matching defs:test_to_run
1503 int test_to_run = -1;
1517 test_to_run = current_test_idx;
1532 msg_do_test.do_test.num = test_to_run;
1537 env.worker_current_test[data->worker_id] = test_to_run;
1546 if (test_to_run != msg.test_done.num)
1549 state = &test_states[test_to_run];
1852 int test_to_run = msg.do_test.num;
1853 struct prog_test_def *test = &prog_test_defs[test_to_run];
1854 struct test_state *state = &test_states[test_to_run];
1860 test_to_run + 1,
1863 run_one_test(test_to_run);
1867 msg.test_done.num = test_to_run;
1900 test_to_run + 1,