go/src/encoding/gob
Rob Pike 956af97880 encoding/gob: delete out of memory test
Now that the library allows much larger data, it can kill
machines with less memory.

Fixes #28321

Change-Id: I98e1a5fdf812fd75adfb22bf01542423de405fe2
Reviewed-on: https://go-review.googlesource.com/c/143817
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2018-10-22 22:23:03 +00:00
..
codec_test.go encoding/gob: work around TestFuzzOneByte panic 2018-03-09 18:29:21 +00:00
debug.go encoding/gob: fix Debug to properly print uint 2017-08-25 10:22:07 +00:00
dec_helpers.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
decgen.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
decode.go all: remove some unused return parameters 2018-03-24 19:44:47 +00:00
decoder.go encoding/gob: increase "tooBig" from 1GB to 8GB on 64-bit machines 2018-10-22 05:45:18 +00:00
doc.go encoding/gob: fix a typo in the package documentation 2017-10-08 18:11:32 +00:00
dump.go
enc_helpers.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
encgen.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
encode.go
encoder.go
encoder_test.go encoding/gob: delete out of memory test 2018-10-22 22:23:03 +00:00
error.go
example_encdec_test.go
example_interface_test.go
example_test.go
gobencdec_test.go
timing_test.go
type.go
type_test.go encoding/gob: avoid race on idToType 2018-01-04 02:17:33 +00:00