Lines Matching refs:crash1
23 crash1 := crashCtor(c)
24 resp, _ := c.client.ReportCrash(crash1)
27 cid := testCrashID(crash1)
32 resp, _ = c.client.ReportCrash(crash1)
38 *crash2 = *crash1
66 crash1 := crashCtor(c)
67 crash1.ReproOpts = []byte("opts")
68 crash1.ReproSyz = []byte("repro syz")
69 crash1.ReproC = []byte("repro C")
70 resp, _ := c.client.ReportCrash(crash1)
73 needRepro, _ := c.client.NeedRepro(testCrashID(crash1))
87 crash1 := crashCtor(c)
89 resp, _ := c.client.ReportCrash(crash1)
91 needRepro, _ := c.client.NeedRepro(testCrashID(crash1))
93 c.client.ReportFailedRepro(testCrashID(crash1))
99 resp, _ := c.client.ReportCrash(crash1)
101 needRepro, _ := c.client.NeedRepro(testCrashID(crash1))
107 resp, _ := c.client.ReportCrash(crash1)
109 needRepro, _ := c.client.NeedRepro(testCrashID(crash1))
112 c.client.ReportFailedRepro(testCrashID(crash1))
126 crash1 := crashCtor(c)
127 crash1.ReproOpts = []byte("opts")
128 crash1.ReproSyz = []byte("repro syz")
130 resp, _ := c.client.ReportCrash(crash1)
132 needRepro, _ := c.client.NeedRepro(testCrashID(crash1))
136 resp, _ := c.client.ReportCrash(crash1)
138 needRepro, _ := c.client.NeedRepro(testCrashID(crash1))
143 crash1.ReproOpts = nil
144 crash1.ReproSyz = nil
146 resp, _ = c.client.ReportCrash(crash1)
148 needRepro, _ = c.client.NeedRepro(testCrashID(crash1))