1
0
mirror of https://github.com/golang/go synced 2024-10-06 21:11:22 -06:00
go/src/pkg/reflect
Michael Hudson-Doyle 0a6ad46b4f reflect: Add tests for Call with functions taking and returning structs.
gccgo has problems using reflect.Call with functions that take and
return structs with no members.  Prior to fixing that problem there, I
thought it sensible to add some tests of this situation.

Update #6761

First contribution to Go, apologies in advance if I'm doing it wrong.

R=golang-dev, dave, minux.ma, iant, khr, bradfitz
CC=golang-dev
https://golang.org/cl/26570046
2013-12-17 14:49:51 -08:00
..
all_test.go reflect: Add tests for Call with functions taking and returning structs. 2013-12-17 14:49:51 -08:00
asm_386.s runtime, cmd/gc, cmd/ld: ignore method wrappers in recover 2013-09-12 14:00:16 -04:00
asm_amd64.s runtime, cmd/gc, cmd/ld: ignore method wrappers in recover 2013-09-12 14:00:16 -04:00
asm_arm.s runtime, cmd/gc, cmd/ld: ignore method wrappers in recover 2013-09-12 14:00:16 -04:00
deepequal.go reflect: do not cache trivial values in DeepEqual. 2013-09-05 21:37:07 +02:00
example_test.go reflect: add example for StructTag 2013-09-23 13:19:08 -04:00
export_test.go reflect: add ArrayOf, ChanOf, MapOf, SliceOf 2012-11-13 13:06:29 -05:00
makefunc.go reflect: correct function name in panic string 2013-12-12 18:54:48 -08:00
set_test.go all: fix a few more printf arg bugs found by go vet 2013-02-28 11:33:08 -08:00
tostring_test.go build: remove dead code 2013-03-22 17:28:22 -04:00
type.go runtime: pass key/value to map accessors by reference, not by value. 2013-12-02 13:05:04 -08:00
value.go reflect: fix Zero() implementation - not every type has a 2013-12-02 16:54:29 -08:00