Lines Matching refs:Errorf
733 t.Errorf("test case: %s", testCase.input)
734 t.Errorf("unexpected parse errors:")
736 t.Errorf(" %s", err)
760 t.Errorf("test case: %s", testCase.input)
761 t.Errorf("unexpected unpack errors:")
763 t.Errorf(" %s", err)
767 t.Errorf("test case: %s", testCase.input)
768 t.Errorf("incorrect errors:")
769 t.Errorf(" expected: %+v", testCase.errs)
770 t.Errorf(" got: %+v", errs)
781 t.Errorf("test case: %s", testCase.input)
782 t.Errorf("incorrect output:")
783 t.Errorf(" expected: %+v", testCase.output[i])
784 t.Errorf(" got: %+v", got)
972 t.Errorf("test case: %s", testCase.input)
973 t.Errorf("unexpected parse errors:")
975 t.Errorf(" %s", err)
1002 t.Errorf("expected error %s", expectedErr)
1007 t.Errorf("got errors:")
1009 t.Errorf(" %s", err.Error())
1024 b.Errorf("test case: %s", input)
1025 b.Errorf("unexpected parse errors:")
1027 b.Errorf(" %s", err)
1048 b.Errorf("unexpected unpack errors:")
1050 b.Errorf(" %s", err)