go/src/pkg
Mikio Hara 4f1aecf2c4 net: deflake TestTCPConcurrentAccept
Some platform that implements inp_localgroup-like shared internet
protocol control block group looks a bit sensitive about transport
layer protocol's address:port reuse. Sometimes it rejects a TCP SYN
packet using TCP RST, and sometimes silence.

For now, until test case refactoring, we admit few Dial failures on
TestTCPConcurrentAccept as a workaround.

Update #7400
Update #7541

LGTM=jsing
R=jsing
CC=golang-codereviews
https://golang.org/cl/75920043
2014-03-25 02:56:37 +09:00
..
archive archive/tar: support extended attributes 2014-02-13 20:08:30 +11:00
bufio bufio: fix bug that ReadFrom stops before EOF or error 2014-03-24 11:48:34 -07:00
builtin
bytes strings, bytes: ReadAt should not mutate receiver 2014-03-19 12:13:47 -07:00
compress compress/bzip2: support superfluous Huffman levels. 2014-02-14 17:17:19 -05:00
container container/list: mark must be an element of the list 2014-02-13 16:43:52 -08:00
crypto crypto/tls: make Conn.Read return (n, io.EOF) when EOF is next in buffer 2014-03-25 10:58:35 -07:00
database/sql database/sql: add "defer rows.Close()" to the example code. 2014-03-25 13:32:18 +11:00
debug debug/macho: handle missing __debug_str section 2014-03-13 14:04:29 -07:00
encoding encoding/asn1: use GeneralizedTime for times outside the range of UTCTime. 2014-03-21 11:14:38 -04:00
errors
expvar expvar: don't recursively acquire Map.RLock 2014-03-18 11:38:39 -07:00
flag
fmt fmt: make %F a synonym for %f 2014-03-20 08:51:06 +11:00
go go/parser: better error position for non-invoked gp/defer functions 2014-03-04 14:10:30 -08:00
hash all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
html
image image/jpeg: return a FormatError when hitting an unexpected io.EOF 2014-02-28 15:18:35 +11:00
index/suffixarray
io io: clarify MultiReader documentation 2014-01-28 19:49:29 +11:00
log all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
math math/cmplx: define Pow(0, x) for problematic values of x. 2014-03-25 11:25:20 +11:00
mime all: merge NaCl branch (part 1) 2014-02-25 09:47:42 -05:00
net net: deflake TestTCPConcurrentAccept 2014-03-25 02:56:37 +09:00
os os: relax the way we kill processes on Plan 9 2014-03-12 18:12:56 -07:00
path path/filepath: fixed misaligned comment. 2014-03-11 14:34:07 -07:00
reflect reflect: correct alignment of call arguments on amd64p32. 2014-03-20 22:22:07 +01:00
regexp regexp/syntax: document the upper limit of n in x{n} 2014-03-25 11:19:25 +11:00
runtime runtime: slience warning on 32-bit platforms 2014-03-26 10:21:22 +09:00
sort
strconv strconv: CanBackquote should reject \x7F 2014-03-19 10:16:48 +11:00
strings strings: minor cleanup 2014-03-23 18:58:35 -07:00
sync sync: give finalizers more time in TestPoolGC 2014-03-07 16:08:12 -05:00
syscall syscall, net: clean up socket stub for solaris 2014-03-12 10:32:46 +09:00
testing testing: fix bogus benchmark 2014-02-24 21:12:44 +04:00
text text/scanner: handle non-io.EOF errors 2014-03-21 17:05:57 -07:00
time time: add comment explaining rejection of years outside [0000,9999] 2014-03-24 20:34:17 -04:00
unicode unicode/utf8: minor code simplification 2014-03-23 15:44:29 -07:00
unsafe