Searched refs:PendingCommits (Results 1 – 5 of 5) sorted by relevance
/external/syzkaller/dashboard/app/ |
D | fix_test.go | 28 c.expectEQ(len(builderPollResp.PendingCommits), 0) 49 c.expectEQ(len(builderPollResp.PendingCommits), 1) 50 c.expectEQ(builderPollResp.PendingCommits[0], "foo: fix the crash") 75 c.expectEQ(len(builderPollResp.PendingCommits), 0) 99 c.expectEQ(len(builderPollResp.PendingCommits), 0) 113 c.expectEQ(len(builderPollResp.PendingCommits), 2) 114 c.expectEQ(builderPollResp.PendingCommits[0], "bar: prepare for fixing") 115 c.expectEQ(builderPollResp.PendingCommits[1], "foo: fix the crash") 125 c.expectEQ(len(builderPollResp.PendingCommits), 2) 126 c.expectEQ(builderPollResp.PendingCommits[0], "bar: prepare for fixing") [all …]
|
D | email_test.go | 337 c.expectEQ(len(builderPollResp.PendingCommits), 1) 338 c.expectEQ(builderPollResp.PendingCommits[0], "some: commit title")
|
D | api.go | 212 PendingCommits: commits,
|
/external/syzkaller/syz-ci/ |
D | manager.go | 535 if err != nil || len(resp.PendingCommits) == 0 && resp.ReportEmail == "" { 539 if len(resp.PendingCommits) != 0 { 548 for _, com := range resp.PendingCommits {
|
/external/syzkaller/dashboard/dashapi/ |
D | dashapi.go | 96 PendingCommits []string member
|