Skip to content

Commit

Permalink
remove one invalid file from the whitelist, increase the number of
Browse files Browse the repository at this point in the history
retries in case of segfault
  • Loading branch information
zapashcanon committed Aug 13, 2024
1 parent e21c4ca commit db032d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bench/testcomp/whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,6 @@ hardware-verification-bv/btor2c-lazyMod.vis_arrays_vsa16a_p7.yml
hardware-verification-bv/btor2c-lazyMod.vis_arrays_vsa16a_p8.yml
hardware-verification-bv/btor2c-lazyMod.vis_arrays_vsaR_p01.yml
busybox-1.22.0/ls-incomplete-2.yml
busybox-1.22.0/od-4.yml
busybox-1.22.0/printf-3.yml
busybox-1.22.0/test-1.yml
ldv-linux-3.7.3/main0_drivers--media--dvb-frontends--stv090x-ko---32_7a--linux-3.7.3.yml
Expand Down
2 changes: 1 addition & 1 deletion bench/tool/tool.ml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ let fork_and_run_on_file ~i ~fmt ~output_dir ~file ~tool ~timeout =
| result -> result
end
in
loop 3
loop 10
in
Format.fprintf fmt "%a@\n" Report.Run_result.pp result;
result

0 comments on commit db032d8

Please sign in to comment.