Searched refs:fail (Results 1 – 9 of 9) sorted by relevance
/posix/ |
A D | tst-waitid.c | 92 int fail; in do_test_waitd_common() local 98 TEST_COMPARE (fail, 0); in do_test_waitd_common() 108 TEST_COMPARE (fail, 0); in do_test_waitd_common() 129 TEST_COMPARE (fail, 0); in do_test_waitd_common() 142 TEST_COMPARE (fail, 0); in do_test_waitd_common() 153 TEST_COMPARE (fail, 0); in do_test_waitd_common() 167 TEST_COMPARE (fail, 0); in do_test_waitd_common() 184 TEST_COMPARE (fail, 0); in do_test_waitd_common() 202 TEST_COMPARE (fail, 0); in do_test_waitd_common() 216 TEST_COMPARE (fail, 0); in do_test_waitd_common() [all …]
|
A D | tst-rxspencer.c | 173 const char *match, const char *fail) in check_match() argument 193 printf ("%s rm[%d] not empty\n", fail, idx); in check_match() 243 fail, codes[i].name, string); in test() 278 printf ("%s regexec failed\n", fail); in test() 293 ret = check_match (rm, 0, string, expect, fail); in test() 323 const char *fail) in mb_test() argument 335 printf ("%s %m", fail); in mb_test() 340 matches_mb, fail); in mb_test() 356 char letters[9], fail[20]; in mb_tests() local 399 sprintf (fail, "UTF-8 %s FAIL", letters); in mb_tests() [all …]
|
A D | tst-chmod.c | 35 goto fail; \ 116 goto fail; in do_test() 123 goto fail; in do_test() 166 goto fail; in do_test() 195 goto fail; in do_test() 208 goto fail; in do_test() 217 goto fail; in do_test() 243 goto fail; in do_test() 336 goto fail; in do_test() 351 fail: in do_test()
|
A D | bug-regex19.c | 255 do_one_test (const struct test_s *test, const char *fail) in do_one_test() argument 267 printf ("%sre_compile_pattern \"%s\" failed: %s\n", fail, test->pattern, in do_one_test() 286 fail, test->pattern, test->string, res, test->res); in do_one_test() 307 fail, test->pattern, test->string, res, test->res); in do_one_test() 350 char fail[8 + sizeof ("UTF-8 ")]; in do_mb_tests() local 355 strcpy (fail, "UTF-8 "); in do_mb_tests() 400 p = stpcpy (fail + strlen ("UTF-8 "), repl); in do_mb_tests() 404 if (do_one_test (&t, fail)) in do_mb_tests()
|
A D | test-errno.c | 68 int fail; \ 70 fail = 0; \ 73 fail = 1; \ 84 fail; \
|
A D | tst-getaddrinfo3.c | 19 #define T(no, fail, addr, fam, coraddr) \ in do_test() argument 23 if (s != fail) \ in do_test() 30 else if (fail) \ in do_test()
|
A D | BOOST.tests | 482 ; upper and lower have no meaning here so they fail, however these
|
A D | tst-regex.input | 10608 * inet/test_ifindex.c: Change test so that it does not fail for
|
/posix/rxspencer/ |
A D | tests | 4 # C flag given, regcomp() is expected to fail, and the third field is the 9 # expected to fail. If there is a fourth field, it is the substring that 159 # actually, this next one probably ought to fail, but the spec is unclear 248 # marked as failing must fail. For BREs the situation is different, so we
|
Completed in 29 milliseconds