Searched refs:test_case_array (Results 1 – 1 of 1) sorted by relevance
427 static struct test_case_desc test_case_array[] = { variable452 struct test_case_data data[ARRAY_SIZE(test_case_array)];474 int random_array[ARRAY_SIZE(test_case_array)]; in test_func()479 for (i = 0; i < ARRAY_SIZE(test_case_array); i++) in test_func()483 shuffle_array(random_array, ARRAY_SIZE(test_case_array)); in test_func()491 for (i = 0; i < ARRAY_SIZE(test_case_array); i++) { in test_func()501 ret = test_case_array[index].test_func(); in test_func()505 else if (ret && test_case_array[index].xfail) in test_func()605 for (j = 0; j < ARRAY_SIZE(test_case_array); j++) { in do_concurrent_test()611 test_case_array[j].test_name, in do_concurrent_test()