Home | History | Annotate | Download | only in io

Lines Matching full:errorf

17 		t.Errorf("write: %v", err)
20 t.Errorf("short write: %d != %d", n, len(data))
33 t.Errorf("read: %v", err)
35 t.Errorf("bad read: got %q", buf[0:n])
51 t.Errorf("read: %v", err)
67 t.Errorf("wrote %d, got %d", len(p), n)
70 t.Errorf("write: %v", err)
74 t.Errorf("wrote %d, read got %d", n, nn)
80 t.Errorf("final read got %d", nn)
176 t.Errorf("delayClose: %v", err)
198 t.Errorf("read from closed pipe: %v want %v", err, want)
201 t.Errorf("read on closed pipe returned %d", n)
204 t.Errorf("r.Close: %v", err)
217 t.Errorf("read from closed pipe: %v, %v want %v, %v", n, err, 0, ErrClosedPipe)
239 t.Errorf("write on closed pipe: %v want %v", err, expect)
242 t.Errorf("write on closed pipe returned %d", n)
245 t.Errorf("w.Close: %v", err)
280 t.Errorf("got error: %q; expected none", err)
297 t.Errorf("got: %q; want: %q", result, "hello")
300 t.Errorf("got: %q; want: %q", writeErr, ErrClosedPipe)