]> Cypherpunks repositories - gostls13.git/commit
bytes: delete the test for huge buffers
authorRob Pike <r@golang.org>
Sun, 22 Jan 2012 17:25:47 +0000 (09:25 -0800)
committerRob Pike <r@golang.org>
Sun, 22 Jan 2012 17:25:47 +0000 (09:25 -0800)
commit87079cc14c98cb82d98f3e564fe5e89cbd7d8ff6
treec5d5145b519f916bad44a3da2cda7193fa92df61
parente17afa4d0cc19f4bbac5310fe7b97f3d051c1479
bytes: delete the test for huge buffers
It takes too much memory to be reliable and causes
trouble on 32-bit machines.
Sigh.

Fixes #2756.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5567043
src/pkg/bytes/buffer_test.go