1
0
mirror of https://github.com/golang/go synced 2024-07-05 09:50:19 +00:00
go/test/chan
Robert Griesemer 91803a2df3 [dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams'
The following files had merge conflicts and were merged manually:

	src/cmd/compile/fmtmap_test.go
	src/cmd/compile/internal/gc/noder.go
	src/go/parser/error_test.go
	test/assign.go
	test/chan/perm.go
	test/fixedbugs/issue22822.go
	test/fixedbugs/issue4458.go
	test/init.go
	test/interface/explicit.go
	test/map1.go
	test/method2.go

The following files had manual changes to make tests pass:

	test/run.go
	test/used.go
	src/cmd/compile/internal/types2/stdlib_test.go

Change-Id: Ia495aaaa80ce321ee4ec2a9105780fbe913dbd4c
2020-12-14 12:13:36 -08:00
..
doubleselect.go test/chan: add missing flag.Parse in doubleselect.go 2017-04-24 01:34:14 +00:00
fifo.go test: gofmt chan/*.go 2017-05-18 22:35:07 +00:00
goroutines.go
nonblock.go
perm.go [dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams' 2020-12-14 12:13:36 -08: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
select.go
select2.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
select3.go test: deflake chan/select3.go 2017-07-08 02:10:12 +00:00
select4.go
select5.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
select6.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
select7.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
select8.go test: add a test for gccgo bug in handling break statement in a select 2019-07-10 18:02:11 +00:00
sendstmt.go all: fix article typos 2017-09-15 02:39:16 +00:00
sieve1.go
sieve2.go
zerosize.go