Re: [PATCH v2 12/15] scripts/oss-fuzz: Add general-fuzzer configs for oss-fuzz

2020-09-03 Thread Darren Kenny
On Wednesday, 2020-08-19 at 02:11:07 -04, Alexander Bulekov wrote: > Each of these entries is built into a wrapper binary that sets the > needed environment variables and executes the general virtual-device > fuzzer. In the future, we will need additional fields, such as arch=arm, > timeout_per_tes

[PATCH v2 12/15] scripts/oss-fuzz: Add general-fuzzer configs for oss-fuzz

2020-08-18 Thread Alexander Bulekov
Each of these entries is built into a wrapper binary that sets the needed environment variables and executes the general virtual-device fuzzer. In the future, we will need additional fields, such as arch=arm, timeout_per_testcase=0, reset=reboot, etc... Signed-off-by: Alexander Bulekov --- scrip