]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] test: adjust more test cases to match compiler -G output
authorRobert Griesemer <gri@golang.org>
Wed, 2 Dec 2020 01:37:12 +0000 (17:37 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 3 Dec 2020 17:55:56 +0000 (17:55 +0000)
commit7a1aa7dfaf9a7208a6cae7518037d885c9fabdbd
treeaa509df6b2972df2bb5e86af12d5c5d6a4989c67
parent07d32c8183eb4f7d8d1d6185ea69b8fb0425f6a6
[dev.typeparams] test: adjust more test cases to match compiler -G output

With this CL, the first ~500 errorcheck tests pass when running

go run run.go -v -G

in the $GOROOT/test directory (the log output includes a few dozen
tests that are currently skipped).

Change-Id: I9eaa2319fb39a090df54f8699ddc29ffe58b1bf1
Reviewed-on: https://go-review.googlesource.com/c/go/+/274975
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
21 files changed:
test/chan/perm.go
test/fixedbugs/bug040.go
test/fixedbugs/bug062.go
test/fixedbugs/bug081.go
test/fixedbugs/bug090.go
test/fixedbugs/bug122.go
test/fixedbugs/bug131.go
test/fixedbugs/bug132.go
test/fixedbugs/bug13343.go
test/fixedbugs/bug175.go
test/fixedbugs/bug205.go
test/fixedbugs/bug215.go
test/fixedbugs/bug223.go
test/fixedbugs/bug224.go
test/fixedbugs/bug280.go
test/fixedbugs/bug289.go
test/interface/embed2.go
test/interface/explicit.go
test/interface/pointer.go
test/interface/receiver1.go
test/run.go