Lines Matching refs:crash1
22 crash1 := &dashapi.Crash{
29 c.client.ReportCrash(crash1)
73 crash1.ReproOpts = []byte("some opts")
74 crash1.ReproSyz = []byte("getpid()")
77 c.client.ReportCrash(crash1)
110 crash1.Report = []byte("report2")
111 c.client.ReportCrash(crash1)
139 crash1 := testCrashWithRepro(build, 1)
140 c.client.ReportCrash(crash1)
211 c.client.ReportFailedRepro(testCrashID(crash1))
242 crash1 := testCrash(build, 1)
243 c.client.ReportCrash(crash1)
302 crash1 := testCrash(build, 1)
303 c.client.ReportCrash(crash1)
325 crash1 := testCrash(build, 1)
326 c.client.ReportCrash(crash1)
372 crash1 := testCrash(build, 1)
373 crash1.Title = "skip without repro 1"
374 c.client.ReportCrash(crash1)
380 crash1.ReproSyz = []byte("getpid()")
381 c.client.ReportCrash(crash1)