/glibc-2.36/localedata/ |
D | tst-digits.c | 117 int failures; in do_test() local 128 failures = 0; in do_test() 144 ++failures; in do_test() 150 printf ("%d failures in printf tests\n", failures); in do_test() 151 status = failures != 0; in do_test() 154 failures = 0; in do_test() 171 ++failures; in do_test() 177 printf ("%d failures in wprintf tests\n", failures); in do_test() 178 status = failures != 0; in do_test() 182 failures = 0; in do_test() [all …]
|
/glibc-2.36/stdlib/ |
D | tst-arc4random-stats.c | 57 int failures = 0; in find_stuck_bytes() local 64 ++failures; in find_stuck_bytes() 65 if (failures >= failure_limit) in find_stuck_bytes() 67 printf ("warning: bailing out after %d failures\n", failures); in find_stuck_bytes() 72 printf ("info: key generation finished with %d failures\n", failures); in find_stuck_bytes()
|
/glibc-2.36/nptl/ |
D | tst-context1.c | 42 static volatile int failures; variable 66 ++failures; in fct() 74 ++failures; in fct() 121 ++failures; in tf() 209 return failures; in do_test()
|
/glibc-2.36/inet/ |
D | test_ifindex.c | 28 int failures = 0; in do_test() local 59 failures += result; in do_test() 62 return failures ? 1 : 0; in do_test()
|
D | test-ifaddrs.c | 27 static int failures; variable 56 ++failures; in addr_string() 95 return failures ? 1 : 0; in do_test()
|
/glibc-2.36/math/ |
D | atest-exp.c | 110 int failures = 0; in do_test() local 155 failures += (e2s - e3s < 53); in do_test() 182 printf ("%d failures; %d errors; error rate %0.2f%%\n", failures, errors, in do_test() 190 return failures == 0 ? 0 : 1; in do_test()
|
D | atest-exp2.c | 147 int failures = 0; in do_test() local 194 failures += (e2s - e3s < 53); in do_test() 213 printf ("%d failures; %d errors; error rate %0.2f%%\n", failures, errors, in do_test() 222 return failures == 0 ? 0 : 1; in do_test()
|
D | README.libm-test | 140 followed by the details of test failures (if any). The output concludes 142 of test failures uncovered.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.libidn | 95 overflow concerns. This will prevent some unwanted malloc failures
|
D | ChangeLog.19 | 3507 (_dl_lookup_symbol_x): Do not report soname mismatch failures. 11467 mktime was not properly reporting failures when the underlying 11469 them like EOVERFLOW failures, and set errno to EOVERFLOW. 11954 Avoid spurious test failures in stdlib/test-bz22786. 31357 * localedata/tst-fmon.sh: Expect failures from localedef. 31359 * localedata/gen-locale.sh: Expect failures from SHIFT_JIS. 35415 function lookup failures more reliable.
|
D | ChangeLog.15 | 1305 * resolv/res_send.c (send_dg): Cope with failures.
|
D | ChangeLog.20 | 3401 Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]
|
D | ChangeLog.21 | 1419 Fix time/tst-cpuclock1 intermitent failures 11199 malloc/tst-mallocfork2: Kill lingering process for unexpected failures
|
D | ChangeLog.24 | 7125 Fix build a chec failures after b05fae4d8e34
|
D | ChangeLog.18 | 2425 failures. 11888 test failures are recorded. 12455 (support_test_main): Call it to incorporate record test failures. 55624 compute variable name for expected failures. 65074 * math/test-misc.c (main): Ignore fesetround failure when failures 68353 (new_test): Don't handle expected failures. 68355 (generate_testfile): Don't handle expected failures. 68359 (output_test): Don't handle expected failures. 77711 failures.
|
D | ChangeLog.5 | 8367 failures.
|
D | ChangeLog.17 | 793 undoing the stream because _IO_FINISH doesn't report failures.
|
D | ChangeLog.7 | 98 (print_tm, check_result, main): Diagnose localtime failures.
|
D | ChangeLog.23 | 8353 support: Fix xclone build failures on ia64 and hppa 10681 io: Fix sporadic test failures in io/tst-stat
|
/glibc-2.36/ |
D | NEWS | 1072 [26821] libc: Memory leak test failures on Fedora 33 1360 test failures, invalid instruction in ld.so 1819 [24531] malloc: Malloc tunables give tcache assertion failures 1820 [24532] libc: conform/arpa/inet.h failures due to linux kernel 64-bit 2201 now cause a load failure. These load failures were always considered 2378 [19463] libc: linknamespace failures when compiled with -Os 2431 dlopen failures 2446 [22902] math: float128 test failures with GCC 8 2486 [23253] math: tgamma test suite failures on i686 with -march=x86-64 2556 process aborts as the result of assertion failures. [all …]
|
/glibc-2.36/manual/ |
D | syslog.texi | 31 connection it gets. The kernel might report hardware failures on a disk
|
D | startup.texi | 916 expression. Other nonzero status values also indicate failures. Certain
|
D | memory.texi | 1823 failures, and, at run time, to heap corruption and application crashes. 1865 application behavior, but may result in static linking failures.
|
D | filesys.texi | 1137 @code{nftw} returns @math{0} if no failures occurred and all callback 1489 available. The drawback is that it reports failures for long paths on
|
D | llio.texi | 631 Unless you have arranged to prevent @code{EINTR} failures, you should
|