Lines Matching refs:fixing
35 // Specify fixing commit for the bug.
43 // Don't need repro once there are fixing commits.
82 // Regression test: previously upstreamming failed because the new bug had fixing commits.
103 // Specify fixing commit for the bug.
107 FixCommits: []string{"bar: prepare for fixing", "\"foo: fix the crash\""},
114 c.expectEQ(builderPollResp.PendingCommits[0], "bar: prepare for fixing")
120 build2.Commits = []string{"bar: prepare for fixing"}
126 c.expectEQ(builderPollResp.PendingCommits[0], "bar: prepare for fixing")
135 build3.Commits = []string{"foo: fix the crash", "bar: prepare for fixing"}
164 // Specify fixing commit for the bug.
208 // Fixing commit is present on one manager, but missing on another.
224 // Specify fixing commit for the bug.
294 // Specify fixing commit for the bug.
315 // Now we change the fixing commit.
342 // Specify fixing commit again, but it's the same one as before, so nothing changed.
365 // TestFixedWithCommitTags tests fixing of bugs with Reported-by commit tags.
381 // Upload build with 2 fixing commits for this bug.
446 // Ensure that non-canonical bug gets fixing commit too.