/glibc-2.36/support/ |
D | tst-support_record_failure-2.sh | 27 run_test () { function 51 run_test 1 "error: 1 test failures" $direct --status=0 52 run_test 1 "error: 1 test failures" $direct --status=1 53 run_test 2 "error: 1 test failures" $direct --status=2 54 run_test 1 "error: 1 test failures" $direct --status=77 55 run_test 2 "error: tst-support_record_failure.c:109: not true: false 57 run_test 2 "error: tst-support_record_failure.c:109: not true: false 65 run_test 1 "error: tst-support_record_failure.c:116: not true: false 68 run_test 1 "error: tst-support_record_failure.c:116: not true: false" \
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cond11.c | 35 run_test (clockid_t attr_clock, clockid_t wait_clock) in run_test() function 96 run_test (CLOCK_REALTIME, CLOCK_USE_ATTR_CLOCK); in do_test() 108 run_test (CLOCK_MONOTONIC, CLOCK_USE_ATTR_CLOCK); in do_test() 109 run_test (CLOCK_REALTIME, CLOCK_MONOTONIC); in do_test() 110 run_test (CLOCK_MONOTONIC, CLOCK_MONOTONIC); in do_test() 111 run_test (CLOCK_MONOTONIC, CLOCK_REALTIME); in do_test()
|
D | tst-cond23.c | 59 run_test (clockid_t cl) in run_test() function 158 int res = run_test (CLOCK_REALTIME); in do_test() 172 res |= run_test (CLOCK_MONOTONIC); in do_test()
|
/glibc-2.36/posix/ |
D | transbug.c | 62 run_test (const char *pattern, struct re_registers *regs) in run_test() function 129 result |= run_test (lower, regs); in do_test() 130 result |= run_test (upper, ®s[2]); in do_test() 144 result |= run_test (lower, regs); in do_test() 145 result |= run_test (upper, ®s[2]); in do_test()
|
D | tst-regex.c | 50 static int run_test (const char *expr, const char *mem, size_t memlen, 159 result |= run_test (expr, mem, memlen, 0, expected); in test_expr() 161 result |= run_test (expr, mem, memlen, 1, expectedicase); in test_expr() 173 result |= run_test (expr, mem, memlen, 0, expected); in test_expr() 175 result |= run_test (expr, mem, memlen, 1, expectedicase); in test_expr() 197 result |= run_test (uexpr, umem, umemlen, 0, expected); in test_expr() 199 result |= run_test (uexpr, umem, umemlen, 1, expectedicase); in test_expr() 211 run_test (const char *expr, const char *mem, size_t memlen, int icase, in run_test() function
|
D | tst-spawn6.c | 125 run_test (int argc, char *argv[]) in run_test() function 232 run_test (argc, argv); in do_test()
|
/glibc-2.36/nss/ |
D | tst-nss-files-hosts-multi.c | 277 run_test (int count) in run_test() function 322 run_test (count); in do_test() 323 run_test (1111); in do_test() 324 run_test (22222); in do_test()
|
/glibc-2.36/gshadow/ |
D | tst-fgetsgent_r.c | 105 run_test (const char *path, size_t buffer_size) in run_test() function 182 bool resized = run_test (path, buffer_size); in do_test()
|
/glibc-2.36/locale/ |
D | tst-localedef-path-norm.c | 69 run_test (void *closure) in run_test() function 245 thr[j] = xpthread_create (NULL, run_test, &tests[j]); in do_test()
|
D | tst-C-locale.c | 30 run_test (const char *locname) in run_test() function 481 result = run_test ("C"); in do_test() 490 result |= run_test ("POSIX"); in do_test()
|
/glibc-2.36/resolv/ |
D | tst-resolv-edns.c | 459 run_test (const char *probe_name) in run_test() function 522 run_test (probe_name); in do_test()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.25 | 614 (run_test): Modified function. 10211 (run_test): New function.
|
D | ChangeLog.14 | 3749 (run_test, run_test_backwards): Handle timing. 4303 (run_test): Add icase argument. Use it to compute regcomp flags. 7561 * posix/transbug.c (run_test): Return 1 for failure. 7562 (do_test): Compare only if run_test is successful.
|
D | ChangeLog.13 | 1605 * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to 2315 * locale/tst-C-locale.c (run_test): Remove __ from function names.
|
D | ChangeLog.12 | 3535 * locale/tst-C-locale.c (run_test): Add tests for locale objects.
|
D | ChangeLog.21 | 232 (run_test): Modified function.
|
D | ChangeLog.nptl | 2410 * tst-cond11.c (run_test): Add test to check that the timeout is
|
D | ChangeLog.16 | 4500 * posix/transbug.c (run_test): Add some casts.
|
D | ChangeLog.19 | 3004 * nptl/tst-cond11.c (run_test): Support testing
|
D | ChangeLog.18 | 42035 * posix/tst-regex.c (run_test): Likewise.
|