Home
last modified time | relevance | path

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

/external/syzkaller/dashboard/app/
Drepro_test.go25 c.expectEQ(resp.NeedRepro, true)
28 needRepro, _ := c.client.NeedRepro(cid)
33 c.expectEQ(resp.NeedRepro, true)
34 needRepro, _ = c.client.NeedRepro(cid)
42 c.expectEQ(resp.NeedRepro, true)
43 needRepro, _ = c.client.NeedRepro(cid)
48 c.expectEQ(resp.NeedRepro, false)
49 needRepro, _ = c.client.NeedRepro(cid)
53 c.expectEQ(resp.NeedRepro, false)
71 c.expectEQ(resp.NeedRepro, false)
[all …]
Dfix_test.go30 needRepro, _ := c.client.NeedRepro(testCrashID(crash1))
44 needRepro, _ = c.client.NeedRepro(testCrashID(crash1))
Dapi.go515 NeedRepro: needRepro(c, bug),
747 NeedRepro: false,
761 NeedRepro: needRepro(c, bug),
/external/syzkaller/dashboard/dashapi/
Ddashapi.go179 NeedRepro bool member
196 NeedRepro bool member
200 func (dash *Dashboard) NeedRepro(crash *CrashID) (bool, error) { func
203 return resp.NeedRepro, err
/external/syzkaller/syz-manager/
Dmanager.go634 return resp.NeedRepro
706 needRepro, err := mgr.dash.NeedRepro(cid)