]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] test: run more tests with -G=3
authorMatthew Dempsky <mdempsky@google.com>
Mon, 17 May 2021 20:59:25 +0000 (13:59 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 18 May 2021 20:50:47 +0000 (20:50 +0000)
commitbbc0059b037c22c27fe42ed0a97d1400ebd7785d
treec770c123d9f435d7f435cdc7ab3943593547a634
parentf208f1ac993b0b47ebf9bb247a4bc16bc53ad0fd
[dev.typeparams] test: run more tests with -G=3

This CL expands the current logic for re-running "errorcheck" tests
with -G=3 to run (almost) all regress tests that way. This exposes a
handful of additional failures, so the excluded-files list is expanded
accordingly. (The next CL addresses several of the easy test cases.)

Change-Id: Ia5ce399f225d83e817a046a3bd1a41b9681be3af
Reviewed-on: https://go-review.googlesource.com/c/go/+/320609
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Trust: Matthew Dempsky <mdempsky@google.com>
Trust: Dan Scales <danscales@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
test/run.go