]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] test: run all errorcheck tests that pass compiler with -G flag
authorRobert Griesemer <gri@golang.org>
Thu, 3 Dec 2020 19:11:05 +0000 (11:11 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 3 Dec 2020 23:13:59 +0000 (23:13 +0000)
commit9ff27e9fad185338b09141886b1041b82478b2d6
tree967e0d07733d9ac84eb8f589ce9313e03cc87075
parent7a1aa7dfaf9a7208a6cae7518037d885c9fabdbd
[dev.typeparams] test: run all errorcheck tests that pass compiler with -G flag

Replace existing ad-hoc file exclusion mechanism with list of
excluded files; i.e., files for which the compiler with -G
option doesn't produce matching error messages yet.

Remove -G option since we now always run all passing tests.

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