1
0
mirror of https://github.com/golang/go synced 2024-10-05 05:11:25 -06:00
go/src/reflect
Austin Clements e0e47e22ce 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>
2015-06-26 17:26:09 +00:00
..
all_test.go reflect: test repeats with large scalar tails 2015-06-26 17:26:09 +00:00
asm_386.s
asm_amd64.s
asm_amd64p32.s
asm_arm64.s reflect: add support for GOARCH=arm64 2015-03-16 18:46:27 +00:00
asm_arm.s
asm_ppc64x.s all: use RET instead of RETURN on ppc64 2015-06-06 00:07:23 +00:00
deepequal.go
example_test.go reflect: document reflect.TypeOf((*Foo)(nil)).Elem() idiom 2015-04-14 17:19:36 +00:00
export_test.go runtime: replace GC programs with simpler encoding, faster decoder 2015-05-16 00:38:17 +00:00
makefunc.go reflect: cache call frames 2015-01-28 08:40:26 +00:00
set_test.go
tostring_test.go
type.go Fix several out of date references to 4g/5g/6g/8g/9g. 2015-06-26 03:38:21 +00:00
value.go runtime: replace GC programs with simpler encoding, faster decoder 2015-05-16 00:38:17 +00:00