aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/bisect/bisect_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: use `t.TempDir` to create temporary test directoryEng Zer Jun2022-03-281-17/+4
* all: capture compiler id during the build processAleksandr Nogikh2021-07-201-5/+7
* pkg/kconfig: store minimization resultsJouni Hogander2020-12-101-4/+2
* pkg/mgrconfig: add prog&sys.targets targets to ConfigDmitry Vyukov2020-11-301-1/+1
* pkg/mgrconfig: move derived fields into separate structDmitry Vyukov2020-11-301-4/+6
* pkg/bisect: add flaky flagJouni Hogander2020-11-171-3/+21
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-261-3/+4
* pkg/bisect: switch to kconfig.MinimizeDmitry Vyukov2020-10-211-10/+1
* pkg/vcs: add repo OptPrecious and OptDontSandbox optionsDmitry Vyukov2020-10-211-1/+1
* pkg/bisect: add ccache optionJouni Hogander2020-09-211-1/+1
* all: fix log/error text starting with capital letterDmitry Vyukov2020-07-051-1/+1
* pkg/bisect: fix noop change detection with config minimizationDmitry Vyukov2020-07-021-2/+16
* pkg/bisect: improve config minimization testsDmitry Vyukov2020-07-021-3/+12
* pkg/bisect: test resulting configDmitry Vyukov2020-07-021-33/+47
* pkg/bisect: don't ignore errors during config minimizationDmitry Vyukov2020-07-021-5/+3
* pkg/bisect: minor style fix upsDmitry Vyukov2020-07-021-3/+2
* pkg/bisect: fix crash when all releases are brokenDmitry Vyukov2020-07-021-0/+8
* pkg/bisect: Implement config bisectionJouni Hogander2020-07-021-9/+72
* .golangci.yml: enable funlen checkerDmitry Vyukov2020-06-051-173/+174
* pkg/bisect: speed up testsDmitry Vyukov2020-05-181-56/+86
* pkg/bisect: always test parent commitDmitry Vyukov2019-12-101-3/+2
* pkg/bisect: add test for #1527Dmitry Vyukov2019-12-101-2/+24
* 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