Lines Matching refs:Title
46 c.expectEQ(msg.Subject, crash.Title)
98 #syz fix: exact-commit-title
115 // We used to extract "#syz fix: exact-commit-title" from it.
145 c.expectEQ(msg.Subject, "Re: "+crash.Title)
196 c.expectEQ(msg.Subject, crash.Title)
250 build2.KernelCommitTitle = "a really long title, longer than 80 chars, really long-long-long-long-long-long title"
274 c.expectEQ(msg.Subject, "Re: "+crash.Title)
278 HEAD commit: 222222222222 a really long title, longer than 80 chars, re..
331 c.incomingEmail(sender1, "#syz fix: some: commit title")
338 c.expectEQ(builderPollResp.PendingCommits[0], "some: commit title")
342 build3.Commits = []string{"some: commit title"}
347 build4.Commits = []string{"some: commit title"}
356 c.expectEQ(msg.Subject, crash.Title+" (2)")
403 crash1.Title = "BUG: slightly more elaborate title"
407 crash1.Title = "KASAN: another title"
416 c.incomingEmail(msg2.Sender, "#syz dup: BUG: slightly more elaborate title")
435 c.expectEQ(msg.Subject, crash2.Title+" (2)")
447 crash1.Title = "BUG: slightly more elaborate title"
451 crash1.Title = "KASAN: another title"
460 c.incomingEmail(msg2.Sender, "#syz dup: BUG: slightly more elaborate title")