1
0
mirror of https://github.com/golang/go synced 2024-11-24 21:10:04 -07:00
go/test/chan
Russ Cox f58ed4e641 gc: disallow close on receive-only channels
Fixes #2353.
Fixes #2246.

R=golang-dev, r, gri
CC=golang-dev
https://golang.org/cl/5282042
2011-10-13 16:58:04 -04:00
..
doubleselect.go test: silence/coalesce some tests 2011-09-26 19:35:21 -04:00
fifo.go
goroutines.go
nonblock.go test: silence/coalesce some tests 2011-09-26 19:35:21 -04:00
perm.go gc: disallow close on receive-only channels 2011-10-13 16:58:04 -04:00
powser1.go
powser2.go
select2.go
select3.go gc: implement nil chan support 2011-08-17 15:54:17 -04:00
select4.go
select5.go test/chan/select5.go: change "with" to "if" in templatea 2011-08-18 13:27:18 +10:00
select6.go runtime: fix select pass 3 2011-07-18 16:15:01 -04:00
select7.go runtime: check for nil value pointer in select syncsend case 2011-09-26 20:46:37 -07:00
select.go
sendstmt.go
sieve1.go
sieve2.go test/chan/sieve2.go: remove container/vector. 2011-08-22 13:29:17 +10:00
zerosize.go