summaryrefslogtreecommitdiff
path: root/test/gc1.go
Commit message (Collapse)AuthorAgeFilesLines
* test: explanatory comments [c-g]*Rob Pike2012-02-191-0/+2
| | | | | | R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5656103
* test: use testlib (fourth 100)Russ Cox2012-02-161-1/+1
| | | | | | | | | | | X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5673079
* test: remove semiocolons.Rob Pike2010-09-041-2/+2
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev http://codereview.appspot.com/2157041
* time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox2009-10-091-1/+1
| | | | | | | | | | cut the slowest tests down from a few seconds to under half a second. R=r DELTA=21 (6 added, 1 deleted, 14 changed) OCL=35509 CL=35519
* fix "declared and not used" in tests;Russ Cox2009-09-141-0/+1
| | | | | | | | | also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
* gc #0. mark and sweep collector.Russ Cox2009-01-261-0/+13
R=r,gri DELTA=472 (423 added, 2 deleted, 47 changed) OCL=23522 CL=23541