aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/guilty_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/report: support multiple OSesDmitry Vyukov2017-10-181-715/+0
| | | | | | Introduce report.Reporter interface. Add an implementation per-OS. Make users be explicit about OS they are testing.
* pkg/report: change arg of ExtractGuiltyFile to []byteDmitry Vyukov2017-06-301-4/+4
| | | | | | | | We usually store reports as []byte, not as string. They can be large. So change arg type to []byte. Also rename it from log to report. In our terminology log is not symblized/processed crash output. What this function wants is called report in manager.
* pkg/report: move from reportDmitry Vyukov2017-06-171-0/+715