Home
last modified time | relevance | path

Searched refs:tcase (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/posix/
Dtst-getopt-cancel.c78 const struct test_type *tcase; \
86 const struct test_type *tc = tdata->tcase; \
107 do_##test_type (const struct test_type *tcase, FILE *stderr_trapped) \
112 printf("begin: %s\n", tcase->label); \
118 tdata.tcase = tcase; \
130 if (!check_stderr (tcase->expect_errmsg, stderr_trapped)) \
133 printf("FAIL: %s: stderr not as expected\n", tcase->label); \
138 printf("FAIL: %s: did not complete loop\n", tcase->label); \
143 printf("FAIL: %s: thread was not cancelled\n", tcase->label); \
146 printf ("pass: %s\n", tcase->label); \
[all …]