Lines Matching full:errorf
27 t.Errorf("#1 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m)
30 t.Errorf("#1 MapIndex(1) = %d", n)
40 t.Errorf("#2 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m)
43 t.Errorf("#2 MapIndex(1) = %d", n)
53 t.Errorf("#3 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m)
56 t.Errorf("#3 MapIndex(1) = %d", n)
66 t.Errorf("#4 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m)
69 t.Errorf("#4 MapIndex(1) = %d", n)
81 t.Errorf("#5 after SetMapIndex(b1, b2): %p (!= %p), %t (map=%v)", x, b2, ok, m)
84 t.Errorf("#5 MapIndex(b1) = %#x want %p", p, b2)
96 t.Errorf("#6 after SetMapIndex(c1, c2): %p (!= %p), %t (map=%v)", x, c2, ok, m)
99 t.Errorf("#6 MapIndex(c1) = %#x want %p", p, c2)
115 t.Errorf("#7 after SetMapIndex(b1, b2): %p (!= %p), %t (map=%v)", x, b2, ok, m)
118 t.Errorf("#7 MapIndex(b1) = %#x want %p", p, b2)
132 t.Errorf("after Set: r=%T(%v)", r, r)
141 t.Errorf("Received %p != %p", bb, b)
151 t.Errorf("After call: string=%q want %q", b.String(), "hello world")
162 t.Errorf("after append: s=%v want [%p]", s, b)
182 t.Errorf("(%s).Implements(%s) = %v, want %v", xv.String(), xt.String(), b, tt.b)
208 t.Errorf("(%s).AssignableTo(%s) = %v, want %v", xv.String(), xt.String(), b, tt.b)