]> Cypherpunks repositories - gostls13.git/commit
reflect: more function layout tests
authorKeith Randall <khr@golang.org>
Tue, 23 Dec 2014 18:57:37 +0000 (10:57 -0800)
committerKeith Randall <khr@golang.org>
Tue, 23 Dec 2014 19:57:56 +0000 (19:57 +0000)
commit108dbd0dc759181ac31513a855d1e77c5df37d9d
tree813f0aa99c8d7d78259d15ea35d34faf9cec90a7
parent0d4ea0c70d2c8fbdf1f9263f919c79c33b4ce8e0
reflect: more function layout tests

Test more stuff:
1) flagNoPointers, an incorrect value was the cause of #9425
2) Total function layout size
3) gc program

Change-Id: I73f65fe740215938fa930d2f096febd9db0a0021
Reviewed-on: https://go-review.googlesource.com/2090
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/reflect/all_test.go
src/reflect/export_test.go