]> Cypherpunks repositories - gostls13.git/commit
test: re-enable AsmCheck tests for types2-based frontends
authorMatthew Dempsky <mdempsky@google.com>
Wed, 8 Sep 2021 21:03:53 +0000 (14:03 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 9 Sep 2021 15:07:50 +0000 (15:07 +0000)
commita295b3cec80b048048bf51a0462764dc337ca6ef
treea69b33911392fc829aaac2cbc312a39db53dc1ac
parent66f0d35f7145ca8d4e45b04292f44831d6610b3b
test: re-enable AsmCheck tests for types2-based frontends

run.go has logic for being able to run tests with various -G flags,
but not all test types (in particular, "asmcheck" tests) support
configuring non-default -G levels. The intention was that these tests
would continue running in the default mode (at the time -G=0), but at
some point it seems like we accidentally disabled them all
together (if it ever worked correctly in the first place).

Fixes #48247.

Change-Id: I13917cb0012cbe522d29b23b888de6136872ead4
Reviewed-on: https://go-review.googlesource.com/c/go/+/348671
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Munday <mike.munday@lowrisc.org>
test/run.go