1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:24:50 -07:00
go/src/pkg/testing
Graham Miller f795bdb979 bufio: do not cache Read errors
Reader previously had cached an error from the underlying reader
and would return it on every subsequent call to Read.  The Reader
will now return the error only once, and subsequent calls will result
in a new Read call to the underlying Reader.

Fixes #1934.

R=bradfitz, rogpeppe, rsc
CC=golang-dev
https://golang.org/cl/4528133
2011-06-27 16:12:04 -04:00
..
iotest bufio: do not cache Read errors 2011-06-27 16:12:04 -04:00
quick fix tree for reflect rename 2011-04-25 13:39:36 -04:00
script fix tree for reflect rename 2011-04-25 13:39:36 -04:00
benchmark.go gotest: add -test.benchtime and -test.cpu flags. 2011-06-27 13:31:40 -04:00
Makefile testing: eliminate testing/regexp 2010-10-28 16:54:24 -07:00
testing.go gotest: add -test.benchtime and -test.cpu flags. 2011-06-27 13:31:40 -04:00