Home | History | Annotate | Download | only in runtime

Lines Matching full:errorf

192 				t.Errorf(`eqstring("%s","%s") = %t, want %t`, s1, s2, x, y)
205 t.Errorf("sizeof(%#v)==%d, want 8", T1{}, unsafe.Sizeof(T1{}))
212 t.Errorf("sizeof(%#v)==%d, want %d", T2{}, unsafe.Sizeof(T2{}), 8+unsafe.Sizeof(Uintreg(0)))
219 t.Errorf("sizeof(%#v)==%d, want 2", T3{}, unsafe.Sizeof(T3{}))
229 t.Errorf("sizeof(%#v)==%d, want 8", T4{}, unsafe.Sizeof(T4{}))
235 t.Errorf("sizeof(%#v)==%d, want 0", T5{}, unsafe.Sizeof(T5{}))
248 t.Errorf("open(\"%s\")=%d, want -1", string(nonfile), fd)
253 t.Errorf("read()=%d, want -1", r)
257 t.Errorf("write()=%d, want -1", w)
261 t.Errorf("close()=%d, want -1", c)
269 t.Errorf("len=%d, cap=%d, want cap=%d", len(x), cap(x), want)
290 t.Errorf("len=%d, cap=%d, want cap=%d", len(x), cap(x), want)