Home
last modified time | relevance | path

Searched refs:failmalloc (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/tests/
DCMakeLists.txt41 failmalloc.c failmalloc_test.c
45 add_executable(failmalloc EXCLUDE_FROM_ALL target
48 target_link_libraries(failmalloc
52 add_test(failmalloc failmalloc)
53 add_dependencies(check failmalloc)
DMakefile.am32 check_PROGRAMS += failmalloc program
72 failmalloc_SOURCES = failmalloc.c failmalloc_test.c failmalloc_test.h \
89 TESTS += failmalloc
D.gitignore2 failmalloc
/third_party/libexif/m4m/
Dfailmalloc.m47 AC_ARG_WITH(failmalloc, [ --with-failmalloc=PATH use Failmalloc for tests], [ optwith
38 AC_MSG_CHECKING([for failmalloc])
/third_party/libexif/test/
DMakefile.am30 TESTS += check-failmalloc.sh
42 check-failmalloc.sh \
/third_party/nghttp2/
DCMakeOptions.txt12 option(ENABLE_FAILMALLOC "Build failmalloc test program" ON)
Dconfigure.ac90 AC_ARG_ENABLE([failmalloc], optenable
91 [AS_HELP_STRING([--disable-failmalloc],
92 [Do not build failmalloc test program])],
833 # failmalloc tests
/third_party/python/Misc/
DHISTORY16323 - Fix crashes on memory allocation failure found with failmalloc.
17595 - Fix some potential crashes found with failmalloc.