We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a26656 commit 6b79e1fCopy full SHA for 6b79e1f
test/test.sh
@@ -393,7 +393,7 @@ test -e ../afl-clang-fast -a -e ../split-switches-pass.so && {
393
{
394
AFL_BENCH_UNTIL_CRASH=1 ../afl-fuzz -V16 -m ${MEM_LIMIT} -i in -o out -- ./test-floatingpoint >>errors 2>&1
395
} >>errors 2>&1
396
- test -n "$( ls out/queue/id:000002* 2>/dev/null )" && {
+ test -n "$( ls out/crashes/id:* 2>/dev/null )" && {
397
$ECHO "$GREEN[+] llvm_mode laf-intel floatingpoint splitting feature works correctly"
398
} || {
399
$ECHO "$RED[!] llvm_mode laf-intel floatingpoint splitting feature failed"
0 commit comments