aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/testdata/linux
Commit message (Collapse)AuthorAgeFilesLines
* syz-manager: add comment explaining why we don't set corrupted for reprosDmitry Vyukov2018-01-101-0/+24
|
* syz-fuzzer: improve kmemleak supportDmitry Vyukov2018-01-096-5/+54
| | | | | | | | Don't print object size (can change from kernel to kernel and from config to config). Fix function extraction regexp (must be non-eager). Account for MSECS_MIN_AGE. Ignore some known false positives.
* pkg/report: ignore kernel/workqueue.c as guilty fileDmitry Vyukov2018-01-081-2/+1
|
* pkg/report: add few more test cases where we failDmitry Vyukov2018-01-083-0/+297
|
* pkg/report: add tests where we produce bad titleDmitry Vyukov2018-01-063-0/+245
|
* pkg/report: add few tests where we mis-detect title/guilty fileDmitry Vyukov2018-01-063-0/+432
|
* pkg/report: don't treat CONFIG_DEBUG_OBJECTS debug output as bugsDmitry Vyukov2018-01-061-0/+2
|
* pkg/report: add more cases where we fail to parse reportsDmitry Vyukov2017-12-274-0/+354
|
* pkg/report: add test where we fail to detect guilty functionDmitry Vyukov2017-12-191-0/+58
|
* pkg/report: add test where we fail to detect corrupted reportDmitry Vyukov2017-12-191-0/+14
|
* pkg/report: add test for a bug in report parsingDmitry Vyukov2017-12-181-0/+42
|
* pkg/report: add another testDmitry Vyukov2017-12-171-0/+17
|
* pkg/report: fix __this_cpu_* report header call trace captureAndrey Konovalov2017-12-131-0/+30
|
* pkg/report: add another corruped report formatDmitry Vyukov2017-12-121-0/+82
|
* pkg/report: add another guilty file testDmitry Vyukov2017-12-121-0/+30
|
* pkg/report: add few more corrupted reportsDmitry Vyukov2017-12-122-0/+127
|
* pkg/report: improve using __this_cpu_add() in preemptible code reportDmitry Vyukov2017-12-122-3/+18
|
* pkg/report: handle syzkaller binariesDmitry Vyukov2017-12-121-0/+48
| | | | syzkallerNNN binaries are coming from pkg/repro.
* pkg/report: clean guilty filesDmitry Vyukov2017-12-121-1/+1
|
* pkg/report: merge TestLinuxParseLog into TestParseDmitry Vyukov2017-12-124-0/+129
| | | | | | | | That was the last test that used inline input data. Merge it into TestParse. Test Output for all crashes in TestParse. Support multiple oopes in crash Add more test cases for start/end line.
* pkg/report: move guilty file test data to testdir/Dmitry Vyukov2017-12-1225-0/+838
| | | | | | | | linux_test.go is total mess and very hard to work with. Turns out we had 2 tests that do exactly the same (verify Report), but nobody ever noticed. Move all test data to testdir/. One file per crash.
* pkg/report: move test data to testdir/Dmitry Vyukov2017-12-12130-0/+2420
linux_test.go is total mess and very hard to work with. Turns out we had 2 tests that do exactly the same (verify Report), but nobody ever noticed. Move all test data to testdir/. One file per crash.