1
0
mirror of https://github.com/golang/go synced 2024-11-26 14:46:47 -07:00
go/test/chan
Robert Griesemer 7a1aa7dfaf [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>
2020-12-03 17:55:56 +00:00
..
doubleselect.go
fifo.go
goroutines.go
nonblock.go
perm.go [dev.typeparams] test: adjust more test cases to match compiler -G output 2020-12-03 17:55:56 +00:00
powser1.go test/chan: fix trivial typos 2020-03-25 22:22:20 +00:00
powser2.go test/chan: fix trivial typos 2020-03-25 22:22:20 +00:00
select2.go
select3.go
select4.go
select5.go
select6.go
select7.go
select8.go test: add a test for gccgo bug in handling break statement in a select 2019-07-10 18:02:11 +00:00
select.go
sendstmt.go
sieve1.go
sieve2.go
zerosize.go