Lines Matching defs:tests
50 /* tests harness adapted from glibc testfnm.c */
56 } tests[] = {
57 /* begin dietlibc tests */
75 /* initial right-bracket tests */
80 /* begin glibc tests */
117 /* These three tests should result in error according to SUSv3.
150 for (i = 0; i < sizeof(tests) / sizeof(*tests); i++) {
153 r = fnmatch(tests[i].pattern, tests[i].string, tests[i].flags);
154 x = tests[i].expected;
157 tests[i].pattern, tests[i].string,
158 flagstr(fnmatch_flags, tests[i].flags),