Home
last modified time | relevance | path

Searched full:failmalloc (Results 1 – 12 of 12) sorted by relevance

/third_party/nghttp2/tests/
DCMakeLists.txt39 failmalloc.c failmalloc_test.c
43 add_executable(failmalloc EXCLUDE_FROM_ALL target
46 target_link_libraries(failmalloc
50 add_test(failmalloc failmalloc)
51 add_dependencies(check failmalloc)
DMakefile.am32 check_PROGRAMS += failmalloc program
66 failmalloc_SOURCES = failmalloc.c failmalloc_test.c failmalloc_test.h \
82 TESTS += failmalloc
D.gitignore2 failmalloc
Dmalloc_wrapper.h50 specifically instrumented memory allocators for failmalloc
/third_party/libexif/
D.travis.yml167 - $HOME/failmalloc
196 # Failmalloc for improved test coverage
197 if [ ! -e "$HOME/failmalloc/lib/libfailmalloc.so.0" ] ; then
198 …curl -fsSORL --retry 8 https://download.savannah.nongnu.org/releases/failmalloc/failmalloc-1.0.tar…
199 tar xaf failmalloc-1.0.tar.gz
200 cd failmalloc-1.0
202 sed -i -e 's/\(__malloc_initialize_hook\)/volatile \1/' failmalloc.c
203 # Disable failmalloc on program exit so system code can run unimpeded
205 }' failmalloc.c
206 ./configure --prefix="$HOME/failmalloc" --disable-dependency-tracking
[all …]
/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/
Dcheck-failmalloc.sh2 # Use Failmalloc to test behaviour in the face of out-of-memory conditions.
3 # The test runs a binary multiple times while configuring Failmalloc to fail a
5 # due to segfaults. See https://www.nongnu.org/failmalloc/
DMakefile.am19 TESTS += check-failmalloc.sh
28 extract-parse.sh check-failmalloc.sh \
/third_party/nghttp2/
DCMakeOptions.txt15 option(ENABLE_FAILMALLOC "Build failmalloc test program" ON)
Dconfigure.ac100 AC_ARG_ENABLE([failmalloc], optenable
101 [AS_HELP_STRING([--disable-failmalloc],
102 [Do not build failmalloc test program])],
586 # failmalloc tests
898 Failmalloc: ${enable_failmalloc}
DCMakeLists.txt496 Failmalloc: ${ENABLE_FAILMALLOC}
/third_party/python/Misc/
DHISTORY16323 - Fix crashes on memory allocation failure found with failmalloc.
17595 - Fix some potential crashes found with failmalloc.