1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:21:21 -06:00
go/src/pkg
Brad Fitzpatrick c2a1157680 net/http: re-enable test
Now with a bit more paranoia and lower number of requests
to keep it under the default OS X 256 fd limit.

R=golang-dev, dsymonds, rsc
CC=golang-dev
https://golang.org/cl/5659051
2012-02-14 15:26:09 +11:00
..
archive archive/zip: hide Write method from *Writer type 2012-02-14 10:47:48 +11:00
bufio bufio: drop error return for NewReaderSize and NewWriterSize 2012-02-08 13:07:13 +11:00
builtin builtin: document delete 2011-11-09 10:49:41 -08:00
bytes bytes.Buffer: return error in WriteTo if buffer is not drained 2012-02-09 08:58:40 +11:00
compress flate: delete WrongValueError type. 2012-02-11 12:09:11 +11:00
container container/heap: add example 2012-02-10 10:07:55 +11:00
crypto all: update 'gotest' to 'go test' 2012-02-13 13:58:17 -05:00
database/sql database/sql: remove Into from ScannerInto/ScanInto 2012-02-10 10:20:49 +11:00
debug debug/macho: dropped monstrous URL from package comment 2012-02-10 16:03:24 +11:00
encoding runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00
errors build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
exp cmd/dist: cross-compiling fixes 2012-02-13 22:31:51 -05:00
expvar doc: remove overuse of simply 2012-02-06 13:34:35 -05:00
flag flag: describe valid input for Duration flags. 2012-02-07 17:50:04 +11:00
fmt fmt: scan FALSE correctly 2012-02-09 14:12:55 +11:00
go go/parser: better error messages for missing commas 2012-02-13 19:48:27 -08:00
hash build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
html html/template: Added more explicit wording about examples and documentation. 2012-02-12 12:18:00 +11:00
image fix build: update image/png test 2012-02-10 17:26:40 -08:00
index/suffixarray build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
io io/ioutil: document EOF behavior in ReadFile and ReadAll 2012-02-08 11:40:56 +11:00
log log/syslog: fix documentation for NewLogger 2012-02-09 14:40:56 +11:00
math all: update 'gotest' to 'go test' 2012-02-13 13:58:17 -05:00
mime mime: unexport some internal details 2012-02-14 12:48:28 +11:00
net net/http: re-enable test 2012-02-14 15:26:09 +11:00
old all: avoid bytes.NewBuffer(nil) 2012-02-06 14:09:00 +11:00
os runtime, syscall, os/signal: fix windows build 2012-02-14 13:51:38 +11:00
path all: update 'gotest' to 'go test' 2012-02-13 13:58:17 -05:00
reflect runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00
regexp regexp/syntax: delete old package comment 2012-02-10 01:11:56 -05:00
runtime runtime: use startpanic so that only one thread handles an incoming SIGQUIT 2012-02-13 23:06:21 -05:00
sort build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
strconv strconv: disable issue 2917 test 2012-02-13 00:19:18 -05:00
strings strings: more examples 2012-02-13 14:05:57 +11:00
sync all: update 'gotest' to 'go test' 2012-02-13 13:58:17 -05:00
syscall runtime, syscall, os/signal: fix windows build 2012-02-14 13:51:38 +11:00
testing testing: let runtime catch the panic. 2012-02-14 14:53:30 +11:00
text text/template: drop reference to os.EPERM in the test 2012-02-14 07:11:39 +11:00
time time: improve commentary about standard time and formatting/parsing 2012-02-10 13:52:19 +11:00
unicode unicode: various documentation tweaks 2012-02-10 14:30:44 +11:00
unsafe runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00