Home
last modified time | relevance | path

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

/third_party/nghttp2/tests/
DCMakeLists.txt39 failmalloc.c failmalloc_test.c
44 add_executable(failmalloc EXCLUDE_FROM_ALL target
47 target_link_libraries(failmalloc
50 add_test(failmalloc failmalloc)
51 add_dependencies(check failmalloc)
DMakefile.am30 check_PROGRAMS += failmalloc program
73 failmalloc_SOURCES = failmalloc.c failmalloc_test.c failmalloc_test.h \
93 TESTS += failmalloc
D.gitignore2 failmalloc
Dmalloc_wrapper.h50 specifically instrumented memory allocators for failmalloc
Dfailmalloc_test.c49 "/failmalloc", tests, NULL, 1, MUNIT_SUITE_OPTION_NONE,
/third_party/libexif/
D.travis.yml175 - $HOME/failmalloc
204 # Failmalloc for improved test coverage
205 if [ ! -e "$HOME/failmalloc/lib/libfailmalloc.so.0" ] ; then
206 …curl -fsSORL --retry 8 https://download.savannah.nongnu.org/releases/failmalloc/failmalloc-1.0.tar…
207 tar xaf failmalloc-1.0.tar.gz
208 cd failmalloc-1.0
210 sed -i -e 's/\(__malloc_initialize_hook\)/volatile \1/' failmalloc.c
211 # Disable failmalloc on program exit so system code can run unimpeded
213 }' failmalloc.c
214 ./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.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])],
846 # failmalloc tests
1171 Failmalloc: ${enable_failmalloc}
DCMakeLists.txt471 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.