Home
last modified time | relevance | path

Searched refs:hard_fail (Results 1 – 2 of 2) sorted by relevance

/external/wayland/tests/
Dscanner-test.sh12 hard_fail() { function
22 mkdir -p "$TEST_OUTPUT_DIR" || hard_fail "setup"
29 hard_fail "$2 -> $3"
32 "$TEST_OUTPUT_DIR/$3" || hard_fail "$2 -> $3"
43 [ -f "$TEST_DATA_DIR/$1" ] || hard_fail "$1 not present"
/external/AFLplusplus/utils/libdislocator/
Dlibdislocator.so.c154 hard_fail, /* abort() when max_mem exceeded? */ variable
180 if (hard_fail) FATAL("total allocs exceed %zu MB", max_mem / 1024 / 1024); in __dislocator_alloc()
251 if (hard_fail) FATAL("mmap() failed on alloc (OOM?)"); in __dislocator_alloc()
540 hard_fail = !!getenv("AFL_LD_HARD_FAIL");