]> Cypherpunks repositories - gostls13.git/commit
reflect: test repeats with large scalar tails
authorAustin Clements <austin@google.com>
Wed, 24 Jun 2015 15:43:40 +0000 (11:43 -0400)
committerAustin Clements <austin@google.com>
Fri, 26 Jun 2015 17:26:09 +0000 (17:26 +0000)
commite0e47e22ce6470eff2b8fa303560420c3698394d
treeca9a76307ed4ee26ce35c16062bcbf02b5ec8eac
parent4b287553a439856a98f5422df683bb8d71e4d21b
reflect: test repeats with large scalar tails

This adds a GC bitmap test of a type with many pointer bits and a
large scalar tail, such as the one in issue #11286. This test would
have failed prior to the fix in a8ae93f. This test is a more direct
version of the test introduced in that commit (which was distilled
from the failing test in the issue).

Change-Id: I2e716cd1000b49bde237f5da6d857e8983fe7e7a
Reviewed-on: https://go-review.googlesource.com/11423
Reviewed-by: Russ Cox <rsc@golang.org>
src/reflect/all_test.go