Lines Matching refs:Errorf
250 Err: fmt.Errorf("filtered field nested.foo cannot be set in a Blueprint file"),
556 t.Errorf("test case: %s", testCase.input)
557 t.Errorf("unexpected parse errors:")
559 t.Errorf(" %s", err)
580 t.Errorf("test case: %s", testCase.input)
581 t.Errorf("unexpected unpack errors:")
583 t.Errorf(" %s", err)
587 t.Errorf("test case: %s", testCase.input)
588 t.Errorf("incorrect errors:")
589 t.Errorf(" expected: %+v", testCase.errs)
590 t.Errorf(" got: %+v", errs)
601 t.Errorf("test case: %s", testCase.input)
602 t.Errorf("incorrect output:")
603 t.Errorf(" expected: %+v", testCase.output[i])
604 t.Errorf(" got: %+v", got)