aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/testdata/akaros
Commit message (Collapse)AuthorAgeFilesLines
* all: remove akaros supportDmitry Vyukov2024-04-159-445/+0
| | | | | | | Akaros support is unused, it was shutdown on syzbot for a while, the akaros development seems to be frozen for years as well. We have a bunch of hacks for Akaros since it supported only super old gcc and haven't supported Go. Remove it.
* pkg/report: do more agressive NUM-replacementAleksandr Nogikh2021-08-131-1/+1
| | | | | | | | | | | | 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: add format for akaros warningsDmitry Vyukov2018-07-241-0/+25
|
* pkg/report: add another akaros backtrace messageDmitry Vyukov2018-07-181-0/+69
|
* pkg/report: improve akaros reporter and implement symbolizationDmitry Vyukov2018-07-167-13/+149
|
* pkg/report: add simpler reporter for akarosDmitry Vyukov2018-07-055-0/+215