Lines Matching refs:test_index
771 unsigned test_index = *test_indexp; in special_test_callback() local
772 TEST_VERIFY (test_index < special_tests_count); in special_test_callback()
774 printf ("info: special test %u\n", test_index); in special_test_callback()
777 switch (test_index) in special_test_callback()
783 if (test_index == 1) in special_test_callback()
793 if (test_index == 1) in special_test_callback()
846 switch (test_index) in special_test_callback()
875 if (iteration == 0 || test_index > 7) in special_test_callback()
879 if (test_index < 7) in special_test_callback()
892 if (test_index != 3 && test_index != 7) in special_test_callback()
926 special_test (unsigned int test_index) in special_test() argument
938 = support_capture_subprocess (func, &test_index); in special_test()
939 char *test_name = xasprintf ("special test %u", test_index); in special_test()
1088 for (unsigned int test_index = 0; in do_test() local
1089 test_index < special_tests_count; ++test_index) in do_test()
1090 special_test (test_index); in do_test()