aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/instance/instance_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: convert Fuchsia to use "host fuzzing" modeMatthew Dempsky2019-08-271-1/+1
| | | | | | | | | Go support is not a priority for Fuchsia at the moment, so it's preferable to use host fuzzing mode for Fuchsia like currently done for Akaros. This commit basically looks for all the places where there was special logic for OS=="akaros" and extends the same logic for OS=="fuchsia".
* pkg/log: rename -v to -vvDmitry Vyukov2019-07-161-4/+4
| | | | | To avoid conflicts with programs that import both syzkaller packages and github.com/golang/glog which also defines -v flag.
* pkg/instance: fix gometalinter warningsDmitry Vyukov2018-08-291-8/+9
|
* pkg/instance: fix job testingDmitry Vyukov2018-08-291-0/+134
New FuzzerCmd generates flags that can't be parsed by an old fuzzer. Fix that and add a test.