]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add interface equality tests
authorKeith Randall <khr@golang.org>
Thu, 4 Jun 2020 03:38:20 +0000 (20:38 -0700)
committerKeith Randall <khr@golang.org>
Thu, 4 Jun 2020 06:21:55 +0000 (06:21 +0000)
commitf72d7cfc8fb5326c37e47414f388562460abae56
tree490f604ecdf34bfcde3d781251a74488c6d288bf
parentbdf76ca045c989bcff9a0111819559d632a4a39a
cmd/compile: add interface equality tests

Add interfaces which differ in type. Those used so far only
differ in value, not type.

These additional tests are needed to generate a failure
before CL 236278 went in.

Update #8606

Change-Id: Icdb7647b1973c2fff7e5afe2bd8b8c1b384f583e
Reviewed-on: https://go-review.googlesource.com/c/go/+/236418
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
test/fixedbugs/issue8606.go