]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] test: skip -G=3 testing under GOEXPERIMENT=unified
authorMatthew Dempsky <mdempsky@google.com>
Thu, 24 Jun 2021 21:32:21 +0000 (14:32 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 24 Jun 2021 23:09:06 +0000 (23:09 +0000)
commit75ad32377378b4d6fa831b67a7f6aaf68cbe07d4
tree55e412c0f37cf81257591e56138e6aa9f6715a33
parent808dca3b2d305570b3f1e003ff221557405f59b9
[dev.typeparams] test: skip -G=3 testing under GOEXPERIMENT=unified

In normal build configurations, we test both -G=0 and -G=3 so that we
can test both typecheck and types2. However, GOEXPERIMENT=unified
always uses types2, so testing both is redundant.

Change-Id: I697d2ad916d8b17cfaf4f0b6b32eec380d4e7906
Reviewed-on: https://go-review.googlesource.com/c/go/+/330755
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Trust: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
test/run.go