summaryrefslogtreecommitdiff
path: root/test/chan/fifo.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: remove semiocolons.Rob Pike2010-09-041-13/+13
* move things out of sys into os and runtimeRuss Cox2009-05-081-1/+3
* delete exportRuss Cox2009-01-201-4/+4
* convert tests; nothing interesting.Russ Cox2009-01-161-4/+4
* 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-1/+1
* update tests to new communications syntaxRob Pike2008-09-161-5/+5
* fix bug depot:Rob Pike2008-08-111-2/+2
* fix bug - need to read final message in daisy chain to avoid hangRob Pike2008-08-041-0/+1
* channel tests with new syntaxRob Pike2008-07-151-9/+9
* add a couple of testsRob Pike2008-07-151-0/+54