Home | History | Annotate | Download | only in app

Lines Matching refs:crash

31 	// Report crash without repro, check that test requests are not accepted.
32 crash := testCrash(build, 1)
33 crash.Maintainers = []string{"maintainer@kernel.org"}
34 c.client2.ReportCrash(crash)
54 c.expectEQ(strings.Contains((<-c.emailSink).Body, "This crash does not have a reproducer"), true)
56 // Report crash with repro.
57 crash.ReproOpts = []byte("repro opts")
58 crash.ReproSyz = []byte("repro syz")
59 crash.ReproC = []byte("repro C")
60 c.client2.ReportCrash(crash)
121 CrashTitle: "test crash title",
122 CrashLog: []byte("test crash log"),
123 CrashReport: []byte("test crash report"),
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)