Lines Matching refs:crash
32 crash := testCrash(build, 1)
33 crash.Maintainers = []string{"maintainer@kernel.org"}
34 c.client2.ReportCrash(crash)
57 crash.ReproOpts = []byte("repro opts")
58 crash.ReproSyz = []byte("repro syz")
59 crash.ReproC = []byte("repro C")
60 c.client2.ReportCrash(crash)
137 c.expectEQ(msg.Subject, "Re: "+crash.Title)
141 syzbot has tested the proposed patch but the reproducer still triggered crash:
142 test crash title
144 test crash report
267 syzbot has tested the proposed patch and the reproducer did not trigger crash:
300 crash := testCrash(build, 1)
301 crash.ReproOpts = []byte("repro opts")
302 crash.ReproSyz = []byte("repro syz")
303 c.client2.ReportCrash(crash)
333 syzbot has tested the proposed patch and the reproducer did not trigger crash:
365 crash := testCrash(build, 1)
366 crash.ReproSyz = []byte("repro syz")
367 c.client2.ReportCrash(crash)