Home | History | Annotate | Download | only in tar

Lines Matching full:errorf

28 		t.Errorf("Name = %q; want %q", g, e)
31 t.Errorf("Mode = %#o; want %#o", g, e)
34 t.Errorf("Size = %v; want %v", g, e)
37 t.Errorf("ModTime = %v; want %v", g, e)
55 t.Errorf("Name = %q; want %q", g, e)
59 t.Errorf("Mode = %#o; want %#o", g, e)
62 t.Errorf("Size = %v; want %v", g, e)
65 t.Errorf("ModTime = %v; want %v", g, e)
75 t.Errorf("Name = %q; want %q", g, e)
78 t.Errorf("Linkname = %q; want %q", g, e)
121 t.Errorf("Header mismatch.\n got %+v\nwant %+v", rHdr, hdr)
128 t.Errorf("Data mismatch.\n got %q\nwant %q", rData, data)
275 t.Errorf("FileInfo of %q contains slash: %q", g.h.Name, fi.Name())
282 t.Errorf("i=%d: Name: got %v, want %v", i, got, want)
285 t.Errorf("i=%d: Size: got %v, want %v", i, got, want)
288 t.Errorf("i=%d: Uid: got %d, want %d", i, got, want)
291 t.Errorf("i=%d: Gid: got %d, want %d", i, got, want)
294 t.Errorf("i=%d: Uname: got %q, want %q", i, got, want)
297 t.Errorf("i=%d: Gname: got %q, want %q", i, got, want)
300 t.Errorf("i=%d: Linkname: got %v, want %v", i, got, want)
304 t.Errorf("i=%d: Typeflag: got %q, want %q", i, got, want)
307 t.Errorf("i=%d: Mode: got %o, want %o", i, got, want)
310 t.Errorf("i=%d: fi.Mode: got %o, want %o", i, got, want)
313 t.Errorf("i=%d: AccessTime: got %v, want %v", i, got, want)
316 t.Errorf("i=%d: ChangeTime: got %v, want %v", i, got, want)
319 t.Errorf("i=%d: ModTime: got %v, want %v", i, got, want)
322 t.Errorf("i=%d: Sys didn't return original *Header", i)