Lines Matching refs:crash
208 crash := testCrash(build, id)
209 crash.ReproOpts = []byte(fmt.Sprintf("repro opts %v", id))
210 crash.ReproSyz = []byte(fmt.Sprintf("syncfs(%v)", id))
211 crash.ReproC = []byte(fmt.Sprintf("int main() { return %v; }", id))
212 return crash
215 func testCrashID(crash *dashapi.Crash) *dashapi.CrashID {
217 BuildID: crash.BuildID,
218 Title: crash.Title,
254 crash := testCrash(build, 3)
255 crash.Log = []byte(fmt.Sprintf("log%v", i))
256 crash.Report = []byte(fmt.Sprintf("report%v", i))
257 c.client.ReportCrash(crash)