syzkaller/pkg
Dmitry Vyukov 028c09511b pkg/bisect: detect when too many instances errored
We currently skip a commit iff all 10 instances errored.
But if, say, only 9 errored we consider it as OK,
but this significnalty reduces chances of detecting flaky crashes.
So skip if more than 2/3 errored.

Update #501
2019-03-22 12:56:42 +01:00
..
ast sys/linux: extend AX25/ROSE/NETROM descriptions 2018-12-24 18:56:06 +01:00
bisect pkg/bisect: detect when too many instances errored 2019-03-22 12:56:42 +01:00
build pkg/build: add a test for build failure root causing 2019-03-21 14:25:08 +01:00
compiler pkg/compiler: fix potential nil deref 2019-03-06 16:54:38 +01:00
config pkg/mgrconfig: do not serialize optional fields 2019-01-16 14:49:47 +01:00
cover syz-manager: move coverage report code to pkg/cover 2018-12-10 16:37:01 +01:00
csource pkg/csource: allow to ignore warnings during build 2019-03-21 13:30:12 +01:00
db pkg/osutil: provide better Rename 2018-12-17 19:09:10 +01:00
email dashboard/app: slightly relax command parsing 2019-03-22 12:00:50 +01:00
gce .gometalinter.json: enable gofmt 2018-07-31 12:16:54 +02:00
gcs syz-ci: upload coverage reports to GCS 2018-09-20 18:29:38 +02:00
hash pkg/hash: allow to hash multiple byte slices 2017-07-21 10:06:46 +02:00
host pkg/host: don't fail if CONFIG_FAIL_FUTEX is not enabled 2019-02-11 18:35:46 +01:00
html pkg/html: add reference for 12-char hashes in tags 2019-03-21 14:24:10 +01:00
ifuzz pkg/ifuzz/generated: change package name to match path 2019-02-19 15:23:15 +01:00
instance pkg/csource: allow to ignore warnings during build 2019-03-21 13:30:12 +01:00
ipc execprog, stress, prog2c: unify flags to enable additional features 2019-03-05 14:30:10 +01:00
kd pkg/kd: add KD protocol decoder 2017-09-28 16:53:58 +02:00
log pkg/log: add VerboseWriter 2019-03-17 18:06:44 +01:00
mgrconfig pkg/mgrconfig: do not serialize optional fields 2019-01-16 14:49:47 +01:00
osutil pkg/osutil: kill subprocesses more reliably 2019-03-18 10:52:18 +01:00
report pkg/report: deduplicate sctp "no chunks on the queues" reports 2019-03-20 17:46:29 +01:00
repro pkg/csource: allow to ignore warnings during build 2019-03-21 13:30:12 +01:00
rpctype syz-manager: factor out rpc serving part 2018-12-26 10:58:23 +01:00
runtest pkg/runtest: make tests pass on freebsd 2019-03-07 20:37:43 +01:00
serializer pkg/serializer: refactor 2018-08-02 16:57:31 +02:00
signal prog: add stronger fallback signal 2018-06-29 20:34:43 +02:00
symbolizer pkg/symbolizer: favor portable nm(1) format 2018-09-24 10:12:38 +02:00
vcs pkg/vcs: disable CONFIG_CAN for bisection before v4.13 2019-03-22 12:00:50 +01:00