Abhishek Arya
4e87bd622d
Revert "Add support for running perffuzz in infra/helper.py ( #1540 )" ( #1578 )
...
This reverts commit 7f26e2fd92
.
2018-06-28 06:11:32 -07:00
Abhishek Arya
7f26e2fd92
Add support for running perffuzz in infra/helper.py ( #1540 )
...
* Add support for running perffuzz in infra/helper.py
https://github.com/carolemieux/perffuzz
* Update compile_perffuzz
* Update run_fuzzer
2018-06-19 15:02:00 -07:00
Robin Richtsfeld
71d91515be
Bash ( #1382 )
...
* Assigning an array to a string! Assign as array, or use * instead of @ to concatenate.
* Quote the parameter to -name so the shell won't interpret it.
2018-04-30 10:38:48 -07:00
Abhishek Arya
527ef4c7f0
Add AFL bad build checks (instrumentation, startup crash). ( #1381 )
...
* Add AFL bad build checks (instrumentation, startup crash).
* Fix incorrect seed corpus unpack for afl bad instrumentation, startup crash test
* Match AFL startup crash check with ClusterFuzz
2018-04-30 09:38:42 -07:00
Alex Gaynor
82ca53f55d
Attempt at fixing run_fuzzer for honggfuzz ( #1370 )
2018-04-27 07:56:18 -07:00
Max Moroz
69ffa9bfdf
[infra] Invoke run_fuzzer from bad_build_check for regression testing ( fixes #1355 ). ( #1357 )
...
* [infra] Invoke run_fuzzer from bad_build_check for regression testing (fixes #1355 ).
* Address review comments.
2018-04-26 07:17:44 -07:00
Oliver Chang
75c9649979
base-runner run_fuzzer: pipe /dev/null to stdin
...
Targets could be incorrectly reading from stdin (e.g. #681 ).
2017-06-23 10:26:40 -07:00
robertswiecki
182f607f9b
Use standard $CC as $HFUZZ_CC_ASAN to avoid expensive compiler search ( #656 )
2017-06-07 12:03:46 -07:00
robertswiecki
268d8052a2
Support honggfuzz as a FUZZING_ENGINE ( #636 )
2017-06-01 17:55:01 -07:00
Oliver Chang
6ee983a6a0
base-runner: use %fuzz_target%.dict if it exists.
...
For #619
2017-05-24 14:18:33 -07:00
Oliver Chang
76762126ce
Update run_fuzzer
2017-02-16 21:33:37 -08:00
Oliver Chang
2e00fe90d1
[infra] (experimental) Support building with AFL ( #396 )
2017-02-16 15:09:37 -08:00
Abhishek Arya
f52193a4b1
Update run_fuzzer
2017-01-26 13:53:56 -08:00
Abhishek Arya
a789bcc256
Update run_fuzzer
2017-01-26 12:59:30 -08:00
Abhishek Arya
6c4110d4a4
Fixes ( #236 )
...
* Add reproduce command.
* Remove unneeded run and just_run command with duplicate code as run_fuzzer.
* Fix docs for reproduction.
2017-01-03 10:47:05 -08:00
Mike Aizatsky
598c8ba618
[infra] separate test_report script for jenkins integration
...
Separate test_report script runs tests and generates junit-style
reports. The script doesn't fail when fuzzer fails, but marks it as
failed instead.
Fixes #168
2016-12-12 16:30:51 -08:00
Mike Aizatsky
01364bf2b7
[infra] extracting base-runner image
2016-11-18 14:53:09 -08:00