Searched refs:test_to_run (Results 1 – 2 of 2) sorted by relevance
1519 int test_to_run = -1; in dispatch_thread() local1533 test_to_run = current_test_idx; in dispatch_thread()1548 msg_do_test.do_test.num = test_to_run; in dispatch_thread()1553 env.worker_current_test[data->worker_id] = test_to_run; in dispatch_thread()1562 if (test_to_run != msg.test_done.num) in dispatch_thread()1565 state = &test_states[test_to_run]; in dispatch_thread()1868 int test_to_run = msg.do_test.num; in worker_main() local1869 struct prog_test_def *test = &prog_test_defs[test_to_run]; in worker_main()1870 struct test_state *state = &test_states[test_to_run]; in worker_main()1876 test_to_run + 1, in worker_main()[all …]
292 const struct test_spec *test_to_run) in test_init() argument314 memcpy(test->name, test_to_run->name, MAX_TEST_NAME_SIZE); in test_init()315 test->test_func = test_to_run->test_func; in test_init()