Home
last modified time | relevance | path

Searched refs:PendingCommits (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/dashboard/app/
Dfix_test.go28 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 …]
Demail_test.go337 c.expectEQ(len(builderPollResp.PendingCommits), 1)
338 c.expectEQ(builderPollResp.PendingCommits[0], "some: commit title")
Dapi.go212 PendingCommits: commits,
/external/syzkaller/syz-ci/
Dmanager.go535 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/
Ddashapi.go96 PendingCommits []string member