aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/bisect/bisect_test.go
Commit message (Expand)AuthorAgeFilesLines
...
* dashboard/app: don't report bisections pointing to release commitsDmitry Vyukov2019-11-271-0/+14
* pkg/bisect: fix some off-by-onesDmitry Vyukov2019-11-271-0/+40
* pkg/bisect: detect wrong bisectionsDmitry Vyukov2019-11-071-163/+171
* pkg/bisect: modify Run() to return information about commitZubin Mithra2019-11-051-22/+29
* pkg/bisect: add more tests for various possible bisection resultsZubin Mithra2019-11-041-47/+210
* pkg/vcs: detect old git binary that can't do bisectionDmitry Vyukov2019-10-221-0/+3
* pkg/vcs: make EnvForCommit return full compiler pathDmitry Vyukov2019-10-221-4/+0
* pkg/bisect: add initial testing support for cause bisectionZubin Mithra2019-10-221-0/+133