aboutsummaryrefslogtreecommitdiffstats
path: root/syz-ci/jobs_test.go
Commit message (Collapse)AuthorAgeFilesLines
* all: manual linter fixesTaras Madan2025-07-171-1/+2
| | | | | | | | 1. recover the removed comment 2. unnecessary leading newline 3. unnecessary brackets 4. restore dropped "..." 5. use bytes.Equal instead of conversion to string
* all: apply linter auto fixesTaras Madan2025-07-171-1/+1
| | | | ./tools/syz-env bin/golangci-lint run ./... --fix
* all: remember console output for all patch testsAleksandr Nogikh2022-06-081-42/+55
| | | | | | Currently syzbot only saves a log if there was a build/test error. Closes #3185
* tools/syz-linter: enable some standard lintersDmitry Vyukov2020-07-101-2/+2
| | | | | | Enable some x/tools linters that are not enabled in vet. Update #1876
* syz-ci: improve test result aggregationDmitry Vyukov2019-05-101-0/+12
| | | | If there is a crash with a report, prefer it to crashes without report.
* syz-ci: add tests for test result aggregationDmitry Vyukov2019-05-101-0/+107
Factor out patch testing result aggregation and add tests.