Commit Graph

3 Commits

Author SHA1 Message Date
Dmitry Vyukov
d36418e90b prog: increase number of itereations in TestRotationCoverage
It failed on CI once:
https://github.com/google/syzkaller/pull/1789/checks?check_run_id=740199305
2020-06-05 12:23:19 +02:00
Dmitry Vyukov
9d7b583eae prog: reduce size of -short tests
Reduce size of tests that run for more than 1s in short mode.
2020-05-18 11:34:42 +02:00
Dmitry Vyukov
6b36d33868 syz-manager: corpus rotation
Use a random subset of syscalls/corpus/coverage for each individual VM run.
Hypothesis is that this should allow fuzzer to get more coverage
find more bugs in saturated state (stuck in local optimum).
See the issue and comments for details.

Update #1348
2019-12-30 16:37:38 +01:00