aboutsummaryrefslogtreecommitdiff
path: root/test/chan/fifo.go
AgeCommit message (Expand)Author
2017-05-18test: gofmt chan/*.goJosh Bleecher Snyder
2012-02-19test/chan: document testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-05-08move things out of sys into os and runtimeRuss Cox
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ 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-16update tests to new communications syntaxRob Pike
2008-08-11fix bug depot:Rob Pike
2008-08-04fix bug - need to read final message in daisy chain to avoid hangRob Pike
2008-07-15channel tests with new syntaxRob Pike
2008-07-15add a couple of testsRob Pike