From 6b79e1f76dee1dc5775b1e10edfa5b2180f553f8 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Mon, 13 Jul 2020 11:27:08 +0200 Subject: test.sh: FP fuzzing: check for crashes --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.sh b/test/test.sh index d76c1902..9938a051 100755 --- a/test/test.sh +++ b/test/test.sh @@ -393,7 +393,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && { { AFL_BENCH_UNTIL_CRASH=1 ../afl-fuzz -V16 -m ${MEM_LIMIT} -i in -o out -- ./test-floatingpoint >>errors 2>&1 } >>errors 2>&1 - test -n "$( ls out/queue/id:000002* 2>/dev/null )" && { + test -n "$( ls out/crashes/id:* 2>/dev/null )" && { $ECHO "$GREEN[+] llvm_mode laf-intel floatingpoint splitting feature works correctly" } || { $ECHO "$RED[!] llvm_mode laf-intel floatingpoint splitting feature failed" -- cgit 1.4.1