Home | History | Annotate | Download | only in app

Lines Matching refs:crash

39 		FixCommits: []string{"foo: fix the crash"},
50 c.expectEQ(builderPollResp.PendingCommits[0], "foo: fix the crash")
70 build2.Commits = []string{"foo: fix the crash"}
77 // Ensure that a new crash creates a new bug (the old one must be marked as fixed).
107 FixCommits: []string{"bar: prepare for fixing", "\"foo: fix the crash\""},
115 c.expectEQ(builderPollResp.PendingCommits[1], "foo: fix the crash")
127 c.expectEQ(builderPollResp.PendingCommits[1], "foo: fix the crash")
135 build3.Commits = []string{"foo: fix the crash", "bar: prepare for fixing"}
142 // Ensure that a new crash creates a new bug (the old one must be marked as fixed).
228 FixCommits: []string{"foo: fix the crash"},
239 c.expectEQ(builderPollResp.PendingCommits[0], "foo: fix the crash")
243 c.expectEQ(builderPollResp.PendingCommits[0], "foo: fix the crash")
248 build3.Commits = []string{"foo: fix the crash"}
258 c.expectEQ(builderPollResp.PendingCommits[0], "foo: fix the crash")
267 build4.Commits = []string{"foo: fix the crash"}
298 FixCommits: []string{"foo: fix the crash"},
309 build3.Commits = []string{"foo: fix the crash"}
409 // Ensure that a new crash creates a new bug.