aboutsummaryrefslogtreecommitdiff
path: root/test/ken/intervar.go
AgeCommit message (Collapse)Author
2012-02-24test: document ken/*.goRob Pike
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5694065
2012-02-16test: use testlib (fourth 100)Russ Cox
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 https://golang.org/cl/5673079
2012-01-18test: split golden.out into expected output per testIan Lance Taylor
This will permit gccgo to check test output. R=golang-dev, r CC=golang-dev https://golang.org/cl/5554056
2009-12-10make test/ken safe for optional semisRobert Griesemer
R=rsc, ken2, ken3 https://golang.org/cl/174042
2009-01-20delete exportRuss Cox
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox
R=r OCL=23012 CL=23014
2009-01-06new new & makeRuss Cox
R=r OCL=22166 CL=22166
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-09-05T{} syntax for constructorsKen Thompson
T(expression) for conversion FUNC keyword no longer a type R=r OCL=14887 CL=14887
2008-08-11fix bug depot:Rob Pike
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
2008-06-06add ken's tests.Rob Pike
update run to work with multiple directories SVN=121485