]> Cypherpunks repositories - gostls13.git/commit
encoding/gob: disable fuzz tests unless command-line flag is set
authorRob Pike <r@golang.org>
Fri, 13 Jul 2012 21:23:51 +0000 (14:23 -0700)
committerRob Pike <r@golang.org>
Fri, 13 Jul 2012 21:23:51 +0000 (14:23 -0700)
commitbbe601789cf7526925192abe0a6bc7e7d9265588
tree145aee4551ebc35a644f0414eece5e5b48e0f6b0
parent882b6ef4542e7055c7dcd262b22c434b957195df
encoding/gob: disable fuzz tests unless command-line flag is set

They can generate huge amounts of memory, causing failure on
small machines. Also they can be very slow. So slow that one test
was commented out! We uncomment it and use a flag.

Fixes #3742.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6373044
src/pkg/encoding/gob/codec_test.go