]> Cypherpunks repositories - gostls13.git/commit
[dev.unified] test: add regress tests for #53276 and #53328
authorMatthew Dempsky <mdempsky@google.com>
Fri, 10 Jun 2022 20:24:33 +0000 (13:24 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 10 Jun 2022 21:35:49 +0000 (21:35 +0000)
commitf73ad3d24d1a6c4cf733a8d62e62b66f32eec59e
treef2864ffc49505c6b903e200f7d53a76e02ace28b
parent8ef8b60e1816e0624fc894df90c853772d5059bb
[dev.unified] test: add regress tests for #53276 and #53328

These two tests fail with the 1.18 compiler frontend, because of
incomplete dictionary support. This CL adds the tests for Unified IR,
which currently handles them correctly, to make sure it doesn't repeat
the same errors.

Updates #53276.
Updates #53328.

Change-Id: I9f436495d28f2bc5707a17bd2527c86abacf91f1
Reviewed-on: https://go-review.googlesource.com/c/go/+/411695
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
test/run.go
test/typeparam/mdempsky/16.go [new file with mode: 0644]
test/typeparam/mdempsky/17.go [new file with mode: 0644]