aboutsummaryrefslogtreecommitdiffstats
path: root/executor/style_test.go
Commit message (Expand)AuthorAgeFilesLines
* tools/syz-linter: check t.Logf/Errorf/Fatalf messagesDmitry Vyukov2024-04-171-1/+1
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-231-2/+2
* executor: add `zlib` decompression header fileHrutvik Kanabar2022-11-211-1/+1
* sys/syz-sysgen: generate possibly missing __NR/SYS definesAleksandr Nogikh2022-01-131-0/+1
* executor: add an ifdef SYZ_* style checkAleksandr Nogikh2021-11-301-0/+8
* executor: check for single-line compound statementsDmitry Vyukov2021-10-011-2/+24
* pkg/report: detect executor failuresDmitry Vyukov2021-02-211-1/+9
* executor: check for \n in fail/exitf messagesDmitry Vyukov2020-09-281-0/+7
* executor: fix definition of __NR_io_uring_setupDmitry Vyukov2020-09-151-0/+18
* executor: warn about C89-style var declarationsDmitry Vyukov2020-08-141-5/+48
* executor: fix style checking testDmitry Vyukov2020-08-131-3/+3
* executor: add some code style checksDmitry Vyukov2020-08-061-0/+107