Lines Matching defs:inst
185 type inst struct { struct
186 cfg *mgrconfig.Config
187 reporter report.Reporter
188 vmPool *vm.Pool
189 vm *vm.Instance
190 vmIndex int
191 reproSyz []byte
192 reproOpts []byte
193 reproC []byte
196 func (inst *inst) test() error {
242 func (inst *inst) testInstance() error {
294 func (inst *inst) testRepro() error {
351 func (inst *inst) testProgram(command string, testTime time.Duration) error {