aboutsummaryrefslogtreecommitdiff
path: root/test/chan/select3.go
AgeCommit message (Expand)Author
2017-07-08test: deflake chan/select3.goJosh Bleecher Snyder
2017-05-18test: gofmt chan/*.goJosh Bleecher Snyder
2012-02-19test/chan: document testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2012-02-01test: test that x := <-c accepts a general expressionIan Lance Taylor
2011-08-17gc: implement nil chan supportRuss Cox
2011-03-11go code: replace closed(c) with x, ok := <-cRuss Cox
2011-01-28runtime: select bugRuss Cox
2011-01-21spec, runtime, tests: send on closed channel panicsRuss Cox
2010-08-03gc: empty selectRuss Cox
2010-07-14channel tests: added a couple of tests with closed channelsRobert Griesemer
2010-07-14select statement: initial set of test cases for corner casesRobert Griesemer