Searched refs:test_cases (Results 1 – 5 of 5) sorted by relevance
45 static struct test_case test_cases[] = variable102 for (size_t i = 0; i < array_length (test_cases); ++i) in do_test()103 fprintf (fp, "%s\n", test_cases[i].line); in do_test()112 for (size_t i = 0; i < array_length (test_cases); ++i) in do_test()114 if (test_cases[i].expected.mnt_type == NULL) in do_test()122 TEST_COMPARE_STRING (test_cases[i].expected.mnt_fsname, me.mnt_fsname); in do_test()123 TEST_COMPARE_STRING (test_cases[i].expected.mnt_dir, me.mnt_dir); in do_test()124 TEST_COMPARE_STRING (test_cases[i].expected.mnt_type, me.mnt_type); in do_test()125 TEST_COMPARE_STRING (test_cases[i].expected.mnt_opts, me.mnt_opts); in do_test()126 TEST_COMPARE (test_cases[i].expected.mnt_freq, me.mnt_freq); in do_test()[all …]
421 struct test_case test_cases[] = variable1058 for (size_t i = 0; test_cases[i].name != NULL; ++i) in do_test()1061 printf ("info: running test: %s\n", test_cases[i].name); in do_test()1062 TEST_VERIFY (test_cases[i].conf != NULL); in do_test()1063 TEST_VERIFY (test_cases[i].expected != NULL); in do_test()1066 test_cases[i].conf); in do_test()1068 test_file_contents (&test_cases[i]); in do_test()1072 if (test_cases[i].conf[0] == '\0') in do_test()1077 test_file_contents (&test_cases[i]); in do_test()1082 test_file_contents (&test_cases[i]); in do_test()[all …]
134 const struct test_case test_cases[] = variable487 for (size_t i = 0; test_cases[i].input != NULL; ++i) in do_test()488 run_one_test (test_cases + i); in do_test()
628 (test_cases): Update.689 (test_cases): Test no-reload.728 (test_cases): Adjust.754 (test_cases): Update.1603 * resolv/tst-inet_pton.c (test_cases): Adjust test expectations.
5630 (test_cases): Adjust test case.