Home
last modified time | relevance | path

Searched refs:FixCommits (Results 1 – 7 of 7) sorted by relevance

/external/syzkaller/dashboard/app/
Dfix_test.go39 FixCommits: []string{"foo: fix the crash"},
107 FixCommits: []string{"bar: prepare for fixing", "\"foo: fix the crash\""},
168 FixCommits: []string{"a wrong one"},
175 FixCommits: []string{"the right one"},
228 FixCommits: []string{"foo: fix the crash"},
298 FixCommits: []string{"foo: fix the crash"},
319 FixCommits: []string{"the right one"},
346 FixCommits: []string{"the right one"},
382 build1.FixCommits = []dashapi.FixCommit{{"fix commit 1", rep.ID}, {"fix commit 2", rep.ID}}
402 build2.FixCommits = build1.FixCommits
[all …]
Dreporting.go344 for i, com := range cmd.FixCommits {
347 cmd.FixCommits[i] = com
447 if len(cmd.FixCommits) != 0 && (bug.Status == BugStatusOpen || bug.Status == BugStatusDup) {
448 sort.Strings(cmd.FixCommits)
449 if !reflect.DeepEqual(bug.Commits, cmd.FixCommits) {
450 bug.Commits = cmd.FixCommits
Daccess_test.go211 FixCommits: []string{ns + "-patch0"},
249 FixCommits: []string{ns + "-patch0"},
Dapi.go248 if len(req.Commits) != 0 || len(req.FixCommits) != 0 {
249 if err := addCommitsToBugs(c, ns, req.Manager, req.Commits, req.FixCommits); err != nil {
Dreporting_email.go307 cmd.FixCommits = []string{msg.CommandArgs}
/external/syzkaller/dashboard/dashapi/
Ddashapi.go71 FixCommits []FixCommit member
275 FixCommits []string // Titles of commits that fix this bug. member
/external/syzkaller/syz-ci/
Dmanager.go491 build.FixCommits = fixCommits