summaryrefslogtreecommitdiff
path: root/test/chan/select3.go
Commit message (Expand)AuthorAgeFilesLines
* test/chan: document testsRob Pike2012-02-191-1/+1
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* test: test that x := <-c accepts a general expressionIan Lance Taylor2012-02-011-2/+2
* gc: implement nil chan supportRuss Cox2011-08-171-4/+4
* go code: replace closed(c) with x, ok := <-cRuss Cox2011-03-111-2/+18
* runtime: select bugRuss Cox2011-01-281-0/+9
* spec, runtime, tests: send on closed channel panicsRuss Cox2011-01-211-9/+5
* gc: empty selectRuss Cox2010-08-031-31/+26
* channel tests: added a couple of tests with closed channelsRobert Griesemer2010-07-141-1/+33
* select statement: initial set of test cases for corner casesRobert Griesemer2010-07-141-0/+176