Searched refs:tests (Results 1 – 4 of 4) sorted by relevance
/misc/ |
A D | tst-mntent-escape.c | 36 struct const_mntent tests[] = variable 65 curtest.mnt_fsname = strdupa (tests[i].mnt_fsname); in do_test() 66 curtest.mnt_dir = strdupa (tests[i].mnt_dir); in do_test() 67 curtest.mnt_type = strdupa (tests[i].mnt_type); in do_test() 68 curtest.mnt_opts = strdupa (tests[i].mnt_opts); in do_test() 69 curtest.mnt_freq = tests[i].mnt_freq; in do_test() 70 curtest.mnt_passno = tests[i].mnt_passno; in do_test() 78 TEST_COMPARE_STRING (buf, tests[i].expected); in do_test() 89 TEST_COMPARE_STRING(tests[i].mnt_dir, ret->mnt_dir); in do_test() 92 TEST_COMPARE(tests[i].mnt_freq, ret->mnt_freq); in do_test() [all …]
|
A D | tst-efgcvt-template.c | 149 while (tests[no].value != -1.0) in test() 151 p = efcvt (tests[no].value, tests[no].ndigit, &decpt, &sign); in test() 155 output_error (name, tests[no].value, tests[no].ndigit, in test() 156 tests[no].result, tests[no].decpt, in test() 157 (tests[no].value < 0), in test() 171 while (tests[no].value != -1.0) in test_r() 173 res = efcvt_r (tests[no].value, tests[no].ndigit, &decpt, &sign, in test_r() 176 || decpt != tests[no].decpt in test_r() 179 output_r_error (name, tests[no].value, tests[no].ndigit, in test_r() 180 tests[no].result, tests[no].decpt, 0, in test_r() [all …]
|
A D | tst-ldbl-error.c | 28 struct tests struct 107 struct tests tests[] = { in do_test() local 116 for (int i = 0; i < sizeof (tests) / sizeof (tests[0]); i++) in do_test() 118 do_one_test (tests[i].callback, tests[i].expected, (long double) -1); in do_test()
|
A D | Makefile | 86 tests := tst-dirname tst-tsearch tst-fdset tst-mntent tst-hsearch \ macro 95 tests-time64 := \ 103 tests += tst-gethostid 106 tests-internal := tst-atomic tst-atomic-long tst-allocate_once 107 tests-static := tst-empty 110 tests-internal += tst-fd_to_filename 111 tests-static += tst-fd_to_filename 113 ifeq ($(run-built-tests),yes) 114 tests-special += $(objpfx)tst-error1-mem.out \
|
Completed in 8 milliseconds