Home | History | Annotate | Download | only in time

Lines Matching full:errorf

31 			t.Errorf("  want=%+v", f.formattedValue)
32 t.Errorf(" have=%+v", f.time.Format(RFC3339))
72 t.Errorf("%s expected %q got %q", test.name, test.result, result)
104 t.Errorf("(jan 1 %d).Format(\"2006.01.02\") = %q, want %q", y, result, want)
179 t.Errorf("%s error: %v", test.name, err)
251 t.Errorf("%s error: %v", test.name, err)
261 t.Errorf("%s: bad year: %d not %d", test.name, time.Year(), 2010)
264 t.Errorf("%s: bad month: %s not %s", test.name, time.Month(), February)
267 t.Errorf("%s: bad day: %d not %d", test.name, time.Day(), 4)
270 t.Errorf("%s: bad hour: %d not %d", test.name, time.Hour(), 21)
273 t.Errorf("%s: bad minute: %d not %d", test.name, time.Minute(), 0)
276 t.Errorf("%s: bad second: %d not %d", test.name, time.Second(), 57)
284 t.Errorf("%s: bad nanosecond: %d not %d", test.name, time.Nanosecond(), nanosec)
288 t.Errorf("%s: bad tz offset: %s %d not %d", test.name, name, offset, -28800)
291 t.Errorf("%s: bad weekday: %s not %s", test.name, time.Weekday(), Thursday)
305 t.Errorf("error: %s", err)
309 t.Errorf("FormatAndParse %d: %q(%d) %q(%d)", sec, t1, t1.Unix(), t2, t2.Unix())
352 t.Errorf("expected %t for %q got %t", test.ok, test.value, ok)
354 t.Errorf("expected %d for %q got %d", test.length, test.value, length)
388 t.Errorf("expected error for %q %q", test.format, test.value)
390 t.Errorf("expected error with %q for %q %q; got %s", test.expect, test.format, test.value, err)
400 t.Errorf("got %q; expect %q", got, expect)
404 t.Errorf("got %q; expect %q", got, expect)
413 t.Errorf("got %q; expect %q", got, expect)
417 t.Errorf("got %q; expect %q", got, expect)
427 t.Errorf("got %d; expect 12", noon.Hour())
434 t.Errorf("got %d; expect 12", noon.Hour())
444 t.Errorf("got %d; expect 0", midnight.Hour())
451 t.Errorf("got %d; expect 0", midnight.Hour())
465 t.Errorf("got %s; expect %s", str, expect)
477 t.Errorf("ZoneOffset = %d, want %d", offset, expected)
505 t.Errorf("ZoneOffset = %d, want %d", offset, test.expectedoffset)
515 t.Errorf("Format = %s, want %s", timestr, test.value)