]> Cypherpunks.ru repositories - gostls13.git/commit
reflect: add tests for reflect.Value.Call for the new ABI
authorMichael Anthony Knyszek <mknyszek@google.com>
Fri, 5 Mar 2021 19:47:34 +0000 (19:47 +0000)
committerMichael Knyszek <mknyszek@google.com>
Thu, 18 Mar 2021 21:22:04 +0000 (21:22 +0000)
commitbdbba224040a0f079a80368d9956f85a10577045
treebe93bffae4e8a9418ec5ccf14f6e98b8cff1bd1c
parent79d03ad7396c781aa490442a3c853b5cb627298d
reflect: add tests for reflect.Value.Call for the new ABI

This change adds tests for reflect.Value.Call for calling functions
using the new register-based ABI.

For #40724.

Change-Id: Ia9afd43e26dd80c7e36dd135a5b71acce8074801
Reviewed-on: https://go-review.googlesource.com/c/go/+/299269
Trust: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/reflect/abi_test.go [new file with mode: 0644]
src/reflect/export_test.go