]> Cypherpunks repositories - gostls13.git/commit
net: disable TestTCPReadWriteAllocs on darwin
authorJosh Bleecher Snyder <josharian@gmail.com>
Sat, 28 Feb 2015 20:34:53 +0000 (20:34 +0000)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sat, 28 Feb 2015 20:43:55 +0000 (20:43 +0000)
commitb1c0d8a54b6f7b12c10f47adfadfccdff1b5c9ca
treebb845d8048ad50940d7f1567115f37d1f8eed69c
parent0eeb5cf088bbfd21f500e132fc4bb9a149376246
net: disable TestTCPReadWriteAllocs on darwin

Having this test fail, as it does reliably for me,
makes working frustrating. Disable it for now,
until we can diagnose the issue.

Update issue #8859.

Change-Id: I9dda30d60793e7a51f48f445c78ccb158068cc25
Reviewed-on: https://go-review.googlesource.com/6381
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/tcp_test.go