1
0
mirror of https://github.com/golang/go synced 2024-09-23 17:10:13 -06:00
go/test/chan
Ian Lance Taylor 4e77e0f294 test: test that x := <-c accepts a general expression
The gccgo compiler used to fail to parse this.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5610051
2012-02-01 07:31:00 -08:00
..
doubleselect.go test: silence/coalesce some tests 2011-09-26 19:35:21 -04:00
fifo.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00
goroutines.go non-pkg: gofix -r error -force=error 2011-11-01 22:06:05 -04:00
nonblock.go test: silence/coalesce some tests 2011-09-26 19:35:21 -04:00
perm.go gc: Better error message for range over non-receive channel. 2011-11-06 22:14:15 +01:00
powser1.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00
powser2.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00
select2.go runtime: correct memory leak in select 2010-04-01 11:56:18 -07:00
select3.go test: test that x := <-c accepts a general expression 2012-02-01 07:31:00 -08:00
select4.go test: Add the usual Copyright notice. 2012-01-24 14:48:15 -05:00
select5.go renaming_4: gofix -r everything/but/src/pkg 2011-11-08 15:43:02 -08: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 delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
sendstmt.go gc: fix send precedence 2011-02-01 08:29:21 -05:00
sieve1.go single argument panic 2010-03-30 10:34:57 -07:00
sieve2.go test/chan/sieve2.go: remove container/vector. 2011-08-22 13:29:17 +10:00
zerosize.go runtime: fix panic for make(chan [0]byte). 2011-07-18 15:54:11 +10:00