Refactor stage 2 into structural_parser class

This commit is contained in:
John Keiser
2019-12-31 16:38:19 -07:00
parent 8dbb598057
commit 165e23773f
7 changed files with 488 additions and 943 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ jobs:
done
- name: Run the other fuzzer variants for $fuzzer, with sanitizers etc
run: |
for fuzzer in $allfuzzers; do
set -x
for fuzzer in $allfuzzers; do
build-ossfuzz-withavx/fuzz/fuzz_$fuzzer out/$fuzzer -max_total_time=20 $artifactsprefix || touch failed
build-ossfuzz-noavx/fuzz/fuzz_$fuzzer out/$fuzzer -max_total_time=10 $artifactsprefix || touch failed
build-ossfuzz-noavx8/fuzz/fuzz_$fuzzer out/$fuzzer -max_total_time=10 $artifactsprefix || touch failed