aboutsummaryrefslogtreecommitdiff
path: root/test/chan/nonblock.go
AgeCommit message (Expand)Author
2012-02-19test/chan: document testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2011-09-26test: silence/coalesce some testsRuss Cox
2011-01-31replace non-blocking send, receive syntax with selectRuss Cox
2010-09-10test: Reduce race conditions in chan/nonblock.go.Ian Lance Taylor
2010-03-30single argument panicRuss Cox
2009-05-08move things out of sys into os and runtimeRuss Cox
2009-01-23make test/chan/nonblock work even with real os threadsRuss Cox
2009-01-16casify, cleanup sysRuss Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-09-26test and fix non-blocking chan ops on buffered chansRuss Cox
2008-09-16update tests to new communications syntaxRob Pike
2008-08-11fix bug depot:Rob Pike
2008-07-16strengthen test by checking valuesRob Pike
2008-07-16add test for non-blocking channel opsRob Pike