aboutsummaryrefslogtreecommitdiff
path: root/test/ken/chan.go
AgeCommit message (Expand)Author
2012-02-24test: document ken/*.goRob Pike
2012-02-16test: use testlib (fourth 100)Russ Cox
2010-03-30single argument panicRuss Cox
2010-01-19Add explicit locking.Ian Lance Taylor
2009-12-10make test/ken safe for optional semisRobert Griesemer
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-12-18arraysKen Thompson
2008-10-07update code to follow new semicolon rules:Russ Cox
2008-09-20another async select bugKen Thompson
2008-09-20fix some testsRob Pike
2008-09-19channel testKen Thompson