summaryrefslogtreecommitdiff
path: root/test/sieve.go
Commit message (Collapse)AuthorAgeFilesLines
* test/[n-z]*.go: add documentationRob Pike2012-02-241-2/+3
| | | | | | R=golang-dev, bradfitz, r CC=golang-dev http://codereview.appspot.com/5700056
* test: use testlib in a few more cases.R?my Oudompheng2012-02-221-1/+3
| | | | | | R=golang-dev, rsc CC=golang-dev, remy http://codereview.appspot.com/5688057
* test: remove semiocolons.Rob Pike2010-09-041-10/+10
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev http://codereview.appspot.com/2157041
* fix up some irregular indentationRob Pike2009-08-171-1/+1
| | | | | | R=rsc OCL=33382 CL=33391
* delete exportRuss Cox2009-01-201-3/+3
| | | | | | TBR=r OCL=23121 CL=23127
* convert tests; nothing interesting.Russ Cox2009-01-161-3/+3
| | | | | | R=r OCL=23012 CL=23014
* new new & makeRuss Cox2009-01-061-2/+2
| | | | | | R=r OCL=22166 CL=22166
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-2/+2
| | | | | | | | fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
* update code to follow new semicolon rules:Russ Cox2008-10-071-1/+1
| | | | | | | | | | | | | * 1. all statements and declarations are terminated by semicolons * 2. semicolons can be omitted at top level. * 3. semicolons can be omitted before and after the closing ) or } * on a list of statements or declarations. /home/rsc/bin/addsemi and then diff+tweak. R=r,gri OCL=16620 CL=16643
* update tests to new communications syntaxRob Pike2008-09-161-4/+4
| | | | | | | | powser1.go has not been tested - waiting for compiler to catch up R=ken OCL=15415 CL=15415
* fix bug depot:Rob Pike2008-08-111-1/+1
| | | | | | | | | 1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
* channel tests with new syntaxRob Pike2008-07-151-20/+20
| | | | SVN=127436
* fix a couple of minor errorsRob Pike2008-07-121-3/+3
| | | | SVN=126938
* add a testRob Pike2008-06-271-5/+5
| | | | | | fix make.bash for runtime - sysfile.6 depends on OS so simplest thing is to build just our own version SVN=125130
* lots of new testsRob Pike2008-06-061-4/+4
| | | | SVN=121464
* - fixed a testRobert Griesemer2008-05-011-1/+1
| | | | | | | - added extra basic type aliases - added select statement SVN=117448
* - new directory structureRobert Griesemer2008-03-261-0/+42
SVN=113851