1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:21:26 -06:00
go/src/pkg
Brad Fitzpatrick 4723308ff5 net/http: make a test fail harder, earlier
LGTM=dave
R==r, r, dave
CC=golang-codereviews
https://golang.org/cl/59810043
2014-02-03 16:01:58 -05:00
..
archive all: use {bytes,strings}.NewReader instead of bytes.Buffers 2014-01-27 11:05:01 -08:00
bufio all: use {bytes,strings}.NewReader instead of bytes.Buffers 2014-01-27 11:05:01 -08:00
builtin builtin: document print and println 2013-07-09 16:20:19 -07:00
bytes bytes: add test for Contains 2013-12-28 20:33:05 +11:00
compress all: use {bytes,strings}.NewReader instead of bytes.Buffers 2014-01-27 11:05:01 -08:00
container container/list: improve test coverage 2014-01-05 07:48:32 +11:00
crypto crypto/rand: add tests for Int, Prime 2014-01-31 11:43:48 +11:00
database/sql database/sql: fix test on 32-bit 2014-01-10 12:30:23 -08:00
debug all: use {bytes,strings}.NewReader instead of bytes.Buffers 2014-01-27 11:05:01 -08:00
encoding encoding/gob: fix two crashes on corrupted data. 2014-01-30 07:54:57 +01:00
errors
expvar expvar: sort maps, fix race 2014-01-20 09:59:23 -08:00
flag flag: remove unused FlagSet.exitOnError field 2013-12-17 23:18:12 -05:00
fmt fmt: fix bug printing large zero-padded hexadecimal 2014-01-16 09:48:23 -08:00
go sync: scalable Pool 2014-01-24 22:29:53 +04:00
hash hash/fnv: fix overview link currently returning 404. 2014-01-06 10:34:24 -08:00
html html: add tests for UnescapeString edge cases 2013-12-18 10:20:25 -08:00
image image/gif: respect local color table transparency. 2013-12-18 15:10:40 -05:00
index/suffixarray
io io: clarify MultiReader documentation 2014-01-28 19:49:29 +11:00
log log: fix example (fix build) 2013-12-18 17:25:23 +11:00
math math/rand: Float32/64 must only return values in [0,1) 2013-12-18 15:38:53 -05:00
mime all: use {bytes,strings}.NewReader instead of bytes.Buffers 2014-01-27 11:05:01 -08:00
net net/http: make a test fail harder, earlier 2014-02-03 16:01:58 -05:00
os os/exec: disable fd check in TestHelperProcess on Plan 9 2014-01-13 23:03:22 +01:00
path all: add solaris build tags 2014-01-07 23:53:30 -05:00
reflect reflect: Remove imprecise techniques from channel/select operations. 2014-01-16 13:35:29 -08:00
regexp regexp: remove unnecessary sentence in doc comment. 2014-01-17 09:06:28 -08:00
runtime runtime: fix typos in test 2014-01-31 18:09:53 +04:00
sort all: fix a few spelling errors in source comments 2013-12-27 08:59:02 -08:00
strconv strconv: add tests for FormatBool and AppendBool 2013-12-27 08:40:14 -08:00
strings bytes, strings: improve Title test coverage by adding cases with underscore and unicode line separator 2013-12-20 23:19:32 -08:00
sync sync: support Pool under race detector 2014-01-25 20:11:16 +04:00
syscall syscall: add ERROR_MORE_DATA to Windows for os/fsnotify 2014-01-31 17:43:46 +11:00
testing testing: fix SkipNow and FailNow to avoid panic(nil) check 2014-01-22 16:34:02 -05:00
text all: use {bytes,strings}.NewReader instead of bytes.Buffers 2014-01-27 11:05:01 -08:00
time time: use an alternative method of yielding during Overflow timer test 2014-02-02 16:05:07 +11:00
unicode unicode: delete appearance of unused LowerUpper term from comment 2014-01-31 15:10:18 -08:00
unsafe