Lines Matching refs:Body
54 c.expectEQ(strings.Contains((<-c.emailSink).Body, "This crash does not have a reproducer"), true)
64 c.expectEQ(strings.Contains((<-c.emailSink).Body, "syzbot has found a reproducer"), true)
69 c.expectEQ(strings.Contains((<-c.emailSink).Body, "want 2 args"), true)
74 c.expectEQ(strings.Contains((<-c.emailSink).Body, "want 2 args"), true)
79 c.expectEQ(strings.Contains((<-c.emailSink).Body, "does not look like a valid git repo"), true)
156 if msg.Body != body {
157 t.Fatalf("got email body:\n%s\n\nwant:\n%s", msg.Body, body)
197 if msg.Body != body {
198 t.Fatalf("got email body:\n%s\n\nwant:\n%s", msg.Body, body)
242 if msg.Body != body {
243 t.Fatalf("got email body:\n%s\n\nwant:\n%s", msg.Body, body)
281 if msg.Body != body {
282 t.Fatalf("got email body:\n%s\n\nwant:\n%s", msg.Body, body)
346 if msg.Body != body {
347 t.Fatalf("got email body:\n%s\n\nwant:\n%s", msg.Body, body)
375 c.expectEQ(strings.Contains((<-c.emailSink).Body, "you should test only on restricted.git"), true)