aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/bisect/bisect_test.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/report: use crash.KASANUnknown instead of crash.KASANOtherTaras Madan2025-07-031-12/+12
* pkg/report: split crash.KASAN into partsTaras Madan2025-07-031-12/+12
* all: remove loop variables scopingTaras Madan2025-02-171-4/+0
* pkg/bisect: ignore irrelevant lost connection crashesAleksandr Nogikh2024-12-031-11/+31
* pkg/bisect: recognize lost connection errorsAleksandr Nogikh2024-12-031-0/+28
* pkg/vcs: change HeadCommit to CommitDmitry Vyukov2024-10-151-1/+1
* pkg/build: use the build environment in clean() callsFlorent Revest2024-10-141-0/+4
* pkg/build: handle OOM-killed build errorSabyrzhan Tasbolatov2024-09-231-1/+1
* pkg/bisect: set a lower bound for BisectBad verdictAleksandr Nogikh2024-07-151-9/+19
* pkg/bisect: test a subset of releasesAleksandr Nogikh2023-08-251-3/+59
* pkg/bisect: test merge base for cross-tree bisectionsAleksandr Nogikh2023-08-241-0/+25
* pkg/bisect: start cause bisections from any commitsAleksandr Nogikh2023-08-221-2/+13
* pkg/bisect: make fix-inconclusive test more stableAleksandr Nogikh2023-08-111-5/+5
* pkg/bisect: consider bug's existenceAleksandr Nogikh2023-08-111-0/+22
* pkg/bisect: refactor testsAleksandr Nogikh2023-08-111-34/+59
* pkg/bisect: estimate confidence in the resultAleksandr Nogikh2023-07-141-2/+16
* pkg/bisect: fix SYZFATAL bisectionsAleksandr Nogikh2023-07-071-3/+15
* pkg/report: ignore transient crashesAleksandr Nogikh2023-07-061-5/+29
* pkg/bisect: remember the most frequent report typesAleksandr Nogikh2023-07-051-0/+83
* pkg/bisect: change verdict calculation rulesAleksandr Nogikh2023-06-291-0/+110
* pkg/bisect: support bisections on other treesAleksandr Nogikh2023-06-291-12/+41
* pkg/bisect: abort on infrastructure errorsAleksandr Nogikh2023-05-091-8/+50
* pkg/bisect: mark jobs with untestable history as failedSpace Meyer2023-05-051-11/+37
* pkg/instance: move BuildKernel() args to structSpace Meyer2023-01-091-4/+3
* syz-ci/jobs: use linker supplied in syz-ci configSpace Meyer2023-01-091-1/+1
* pkg/bisect: try to reidentify commit rebased after crashSpace Meyer2022-10-061-37/+51
* syz-ci: remember syzkaller builds logsAleksandr Nogikh2022-06-281-2/+2
* all: remember console output for all patch testsAleksandr Nogikh2022-06-081-14/+15
* 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