]> Cypherpunks.ru repositories - gostls13.git/commit
test: fast GC+concurrency+types verification
authorMatt Juran <thepciet@gmail.com>
Tue, 13 Feb 2018 20:22:25 +0000 (14:22 -0600)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 8 May 2018 21:15:48 +0000 (21:15 +0000)
commite0adc35c470d9bf7f462c9d26340b494cbe7ce43
tree7f3f9d3feda157ee8398428bad6b32736d400d4d
parentaee71dd70b3779c66950ce6a952deca13d48e55e
test: fast GC+concurrency+types verification

This test runs independent goroutines modifying a comprehensive variety
of local vars to look for garbage collector regressions. This test has
been verified to trigger issue 22781 on the go1.9.2 tag. This test
expands on test/fixedbugs/issue22781.go.

Tests #22781

Change-Id: Id32f8dde7ef650aea1b1b4cf518e6d045537bfdc
Reviewed-on: https://go-review.googlesource.com/93715
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/gcgort.go [new file with mode: 0644]