Skip to content

Commit 6b79e1f

Browse files
committed
test.sh: FP fuzzing: check for crashes
1 parent 5a26656 commit 6b79e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && {
393393
{
394394
AFL_BENCH_UNTIL_CRASH=1 ../afl-fuzz -V16 -m ${MEM_LIMIT} -i in -o out -- ./test-floatingpoint >>errors 2>&1
395395
} >>errors 2>&1
396-
test -n "$( ls out/queue/id:000002* 2>/dev/null )" && {
396+
test -n "$( ls out/crashes/id:* 2>/dev/null )" && {
397397
$ECHO "$GREEN[+] llvm_mode laf-intel floatingpoint splitting feature works correctly"
398398
} || {
399399
$ECHO "$RED[!] llvm_mode laf-intel floatingpoint splitting feature failed"

0 commit comments

Comments
 (0)