summaryrefslogtreecommitdiff
path: root/test/chan/fifo.go
AgeCommit message (Expand)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+57
2011-09-13Imported Upstream version 60Ondřej Surý1-57/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-13/+13
2009-05-08move things out of sys into os and runtimeRuss Cox1-1/+3
2009-01-20delete exportRuss Cox1-4/+4
2009-01-16convert tests; nothing interesting.Russ Cox1-4/+4
2009-01-16casify, cleanup sysRuss Cox1-1/+1
2009-01-06new new & makeRuss Cox1-4/+4
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-09-16update tests to new communications syntaxRob Pike1-5/+5
2008-08-11fix bug depot:Rob Pike1-2/+2
2008-08-04fix bug - need to read final message in daisy chain to avoid hangRob Pike1-0/+1
2008-07-15channel tests with new syntaxRob Pike1-9/+9
2008-07-15add a couple of testsRob Pike1-0/+54