aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/testdata/darwin
Commit message (Collapse)AuthorAgeFilesLines
* pkg/report/testdata: regenerateTaras Madan2026-01-091-1/+1
| | | | Update all the test files. I removed test.Equals() check to do it for all the files at once.
* pkg/report: update testdata report typesTaras Madan2025-07-026-0/+6
|
* pkg/report: do more agressive NUM-replacementAleksandr Nogikh2021-08-133-5/+5
| | | | | | | | | | | | Replace not just long sequences of digits in report titles, but every sequence of '0'-'9' that is not surrounded by word characters. As such matches will overlap and Go does not (currently?) support regexp lookarounds, do the replacement multiple times until there is nothing more to do. This should not slow down syzkaller, since this code is only invoked during crash processing. Restrict LINE replacement only to fragments that have a preceeding file name. This prevents replacements like [1:2] -> [NUM:LINE].
* pkg/report: initial darwin supportPatrick Meyer2021-05-207-0/+182