Lines Matching defs:RunRequest
34 type RunRequest struct { struct
35 Bin string
36 P *prog.Prog
37 Cfg *ipc.Config
38 Opts *ipc.ExecOpts
39 Repeat int
41 Done chan struct{}
42 Output []byte
43 Info [][]ipc.CallInfo
44 Err error
46 results []ipc.CallInfo
47 name string
48 broken string
49 skip string
375 func checkResult(req *RunRequest) error {
415 func parseBinOutput(req *RunRequest) ([][]ipc.CallInfo, error) {
458 func RunTest(req *RunRequest, executor string) {