Home
last modified time | relevance | path

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

/third_party/ulib/backtrace/
A Dstest.c115 int failures; in main() local
119 failures = 0; in main()
132 ++failures; in main()
136 exit (failures > 0 ? EXIT_FAILURE : EXIT_SUCCESS); in main()
A Dbtest.c109 static int failures; variable
339 ++failures; in f3()
341 return failures; in f3()
391 ++failures; in f13()
393 return failures; in f13()
541 ++failures; in f23()
543 return failures; in f23()
618 ++failures; in f33()
620 return failures; in f33()
688 ++failures; in test5()
[all …]
A DMakefile.in630 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
631 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
/third_party/ulib/jemalloc/
A DChangeLog139 - Fix a variety of test failures that were due to test fragility rather than
486 - Fix inconsequential test failures for hash and SFMT code.
807 - Implement atomic operations for x86/x64. This fixes compilation failures
828 - Add missing checks for mutex initialization failures.
/third_party/ulib/musl/
A DWHATSNEW665 - sem_trywait spurious EAGAIN errors arising from CAS failures
1129 - putgrent could write corrupt lines after write failures
1267 - getaddrinfo returning EAI_NONAME for some transient failures
1407 - multi-threaded set*id() had spurious failures from ugly workaround code
/third_party/lib/acpica/
A Dchanges.txt1131 methods that would cause runtime failures. Now trapped as errors are: 1)
2958 invoking these functions caused failures on some machines, probably
7373 input strings could cause unexpected failures if they were shorter than
7703 failures because these fields have meaning in later revisions of the

Completed in 33 milliseconds