summaryrefslogtreecommitdiff
path: root/test/chan/nonblock.go
Commit message (Expand)AuthorAgeFilesLines
* test/chan: document testsRob Pike2012-02-191-2/+2
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* test: silence/coalesce some testsRuss Cox2011-09-261-1/+0
* replace non-blocking send, receive syntax with selectRuss Cox2011-01-311-51/+102
* test: Reduce race conditions in chan/nonblock.go.Ian Lance Taylor2010-09-101-38/+60
* single argument panicRuss Cox2010-03-301-88/+154
* move things out of sys into os and runtimeRuss Cox2009-05-081-3/+4
* make test/chan/nonblock work even with real os threadsRuss Cox2009-01-231-33/+62
* casify, cleanup sysRuss Cox2009-01-161-1/+1
* new new & makeRuss Cox2009-01-061-4/+4
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-16/+16
* test and fix non-blocking chan ops on buffered chansRuss Cox2008-09-261-56/+58
* update tests to new communications syntaxRob Pike2008-09-161-8/+8
* fix bug depot:Rob Pike2008-08-111-21/+21
* strengthen test by checking valuesRob Pike2008-07-161-10/+15
* add test for non-blocking channel opsRob Pike2008-07-161-0/+107