Lines Matching refs:errors
19 "errors"
108 t.Errorf("unexpected parse errors:")
117 t.Errorf("unexpected dep errors:")
173 t.Errorf("unexpected parse errors:")
182 t.Errorf("unexpected dep errors:")
231 t.Errorf("unexpected parse errors:")
240 t.Errorf("unexpected dep errors:")
359 // test that WalkBlueprintsFiles reports syntax errors
387 errors.New(`Blueprints:3:18: expected "}", found String`),
388 errors.New(`dir1/Blueprints:4:3: expected "}", found EOF`),
391 t.Errorf("Incorrect errors; expected:\n%s\ngot:\n%s", expectedErrs, errs)