aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/testdata/linux/guilty/21
Commit message (Collapse)AuthorAgeFilesLines
* pkg/report: ignore more guilty filesAleksandr Nogikh2023-03-281-1/+1
| | | | | Ignore arch/arm64/kernel/process.c and some of page cache sources, as the real problem will much more likely lie in the caller.
* pkg/report: move guilty file test data to testdir/Dmitry Vyukov2017-12-121-0/+32
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.