go/src
Brad Fitzpatrick aedee30870 net: deflake TestPacketConn, increase timeout
Tests sometimes failed with:

ok   mime/internal/quotedprintable      0.606s
ok   mime/multipart                     0.819s
--- FAIL: TestPacketConn (0.10s)
    packetconn_test.go:96: PacketConn.ReadFrom failed: WSARecvFrom udp 127.0.0.1:64156: i/o timeout
FAIL
FAIL    net     3.602s
ok      net/http        4.618s
ok      net/http/cgi    0.576s

Theory: 100 ms is too short. Small timer granularity on Wnidows, or an
allocation in the middle causing a GC sometimes?

In any case, increase it to 500 ms.

Change-Id: I48cc4d600eb168db9f85c0fd05335dd630254c3c
Reviewed-on: https://go-review.googlesource.com/4922
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
2015-03-01 22:55:34 +00:00
..
archive archive/zip: fix size value in ZIP64 end central directory record 2015-02-26 15:24:32 +00:00
bufio
builtin
bytes
cmd cmd/pack: skip fork test on darwin/arm 2015-03-01 01:27:06 +00:00
compress
container
crypto crypto/x509: skip tests not made for darwin/arm 2015-02-27 19:38:33 +00:00
database/sql
debug
encoding encoding/xml: add more marshalTests tests. 2015-02-25 23:56:21 +00:00
errors
expvar
flag
fmt fmt: document existing behavior of nil receivers 2015-03-01 18:17:53 +00:00
go mime/quotedprintable: create the package 2015-02-26 20:09:28 +00:00
hash
html
image image/draw: add a fast path for Gray src images. 2015-02-28 21:43:39 +00:00
index/suffixarray
internal os: Use GetComputerNameEx to get Hostname on win32 2015-02-25 23:16:44 +00:00
io
log
math math/big: export Float.MinPrec 2015-02-26 17:01:16 +00:00
mime mime/quotedprintable: create the package 2015-02-26 20:09:28 +00:00
net net: deflake TestPacketConn, increase timeout 2015-03-01 22:55:34 +00:00
os os: darwin/arm working dir moved for tests 2015-03-01 16:09:46 +00:00
path path/filepath: get tests working on darwin/arm 2015-03-01 18:38:21 +00:00
reflect Call --> CallSlice in two spots. No logic change, docs only. 2015-02-22 17:22:04 +00:00
regexp
runtime runtime: don't use /dev/random on Plan 9 2015-03-01 18:33:56 +00:00
sort
strconv
strings
sync sync: add active spinning to Mutex 2015-02-24 10:53:48 +00:00
syscall syscall: fix mount working directory on Plan 9 2015-03-01 18:33:41 +00:00
testing
text
time
unicode unicode: Fixed an out of date comment (MaxLatin1, not Latin1Max). 2015-02-16 21:35:33 +00:00
unsafe
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
clean.bash
clean.bat
clean.rc
make.bash [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' 2015-02-23 15:13:17 +00:00
make.bat [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' 2015-02-23 15:13:17 +00:00
make.rc all: delete C libraries and cmd/dist code that builds them 2015-03-01 00:40:23 +00:00
nacltest.bash
race.bash [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' 2015-02-23 15:13:17 +00:00
race.bat [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' 2015-02-23 15:13:17 +00:00
run.bash [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' 2015-02-23 15:13:17 +00:00
run.bat build: give windows builders extra time for tests 2015-03-01 00:38:53 +00:00
run.rc build: restore original timeouts in run.rc 2015-02-27 16:58:18 +00:00