]> Cypherpunks repositories - gostls13.git/commit
encoding/gob: delete out of memory test
authorRob Pike <r@golang.org>
Mon, 22 Oct 2018 20:01:35 +0000 (07:01 +1100)
committerRob Pike <r@golang.org>
Mon, 22 Oct 2018 22:23:03 +0000 (22:23 +0000)
commit956af978806749448af86d7e2878405ee0bef94d
tree7da008060d1d02c08e8f6f5e1d9863fa2c9eb836
parent553237aa67a3d0624715973a2dd3e4963e61995d
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>
src/encoding/gob/encoder_test.go