Lines Matching refs:binary
3 # The test runs a binary multiple times while configuring Failmalloc to fail a
7 # Ideally, it would ensure that the test binary returns an error code on each
26 # If libtool is in use, the normal "binary" is actually a shell script which
28 # binary which should work properly.
32 # Usage: failmalloc_binary_test #iterations binary <optional arguments>
36 binary="$BINARY_PREFIX$2"
40 echo Checking "$binary" for "$iterations" iterations
43 FAILMALLOC_INTERVAL="$n" LD_PRELOAD="$FAILMALLOC_PATH" "$binary" "$@" >/dev/null
49 echo "Abnormal binary exit status $s at malloc #$n on $binary"