]> Cypherpunks.ru repositories - gostls13.git/commit
encoding/gob: skip TestLargeSlice on machines with small address space
authormiller <millerresearch@gmail.com>
Thu, 18 May 2023 10:25:48 +0000 (11:25 +0100)
committerGopher Robot <gobot@golang.org>
Thu, 3 Aug 2023 19:23:26 +0000 (19:23 +0000)
commit873f76d27bc403c266df25a4d74e10276fd42c8d
treefa7cc10ae6b9147871794f419175905aad0bc194
parent976a84b1ff14ca3bcd6b31001c25d0c552dd50d0
encoding/gob: skip TestLargeSlice on machines with small address space

The encoding/gob.TestLargeSlice test needs too much virtual memory
to run reliably on machines with a small address space, for example
the plan9-arm builders where user processes only have 1 gigabyte.

Fixes #60284

Change-Id: Ied88630e5ec6685e14d2060ae316abca1619f9b5
Reviewed-on: https://go-review.googlesource.com/c/go/+/496138
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: David du Colombier <0intro@gmail.com>
Run-TryBot: David du Colombier <0intro@gmail.com>
src/encoding/gob/codec_test.go