Home | History | Annotate | Download | only in expvar

Lines Matching full:errorf

33 		t.Errorf("reqs.i = %v, want 0", reqs.i)
36 t.Errorf("Get() failed.")
42 t.Errorf("reqs.i = %v, want 4", reqs.i)
46 t.Errorf("reqs.String() = %q, want \"4\"", s)
51 t.Errorf("reqs.i = %v, want -2", reqs.i)
83 t.Errorf("reqs.f = %v, want 0", reqs.f)
86 t.Errorf("Get() failed.")
92 t.Errorf("reqs.val() = %v, want 2.75", v)
96 t.Errorf("reqs.String() = %q, want \"4.64\"", s)
101 t.Errorf("reqs.val() = %v, want 0.75", v)
129 t.Errorf("name.s = %q, want \"\"", name.s)
134 t.Errorf("name.s = %q, want \"Mike\"", name.s)
138 t.Errorf("reqs.String() = %q, want \"\"Mike\"\"", s)
161 t.Errorf("colors.m[\"red\"] = %v, want 3", x)
164 t.Errorf("colors.m[\"blue\"] = %v, want 4", x)
167 t.Errorf("colors.m[`green \"midori\"] = %v, want 4.125", x)
176 t.Errorf("colors.String() isn't valid JSON: %v", err)
188 t.Errorf("red = %v, want 3", x)
229 t.Errorf(`f.String() = %q, want %q`, s, exp)
234 t.Errorf(`f.String() = %q, want %q`, s, exp)
256 t.Errorf("HTTP handler wrote:\n%s\nWant:\n%s", got, want)
290 b.Errorf("Accept failed: %v", err)
323 b.Errorf("Write failed: %v", err)
342 b.Errorf("Read failed: %v", err)
363 b.Errorf("Write failed: %v", err)
380 b.Errorf("Read failed: %v", err)