Rob Pike
|
eb37b5b744
|
test: document ken/*.go
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5694065
|
2012-02-24 16:24:24 +11:00 |
|
Russ Cox
|
d2cc988429
|
test: use testlib (fourth 100)
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-02-16 23:50:37 -05:00 |
|
Rob Pike
|
325cf8ef21
|
delete all uses of panicln by rewriting them using panic or,
in the tests, println+panic.
gofmt some tests too.
R=rsc
CC=golang-dev
https://golang.org/cl/741041
|
2010-03-24 16:46:53 -07:00 |
|
Robert Griesemer
|
581530e441
|
make test/ken safe for optional semis
R=rsc, ken2, ken3
https://golang.org/cl/174042
|
2009-12-10 12:53:23 -08:00 |
|
Ken Thompson
|
7859ae8a2f
|
removed a:b in range syntax
added another channel test
R=r
OCL=23488
CL=23488
|
2009-01-26 11:34:38 -08:00 |
|
Russ Cox
|
5564504507
|
new new & make
R=r
OCL=22166
CL=22166
|
2009-01-06 15:19:02 -08:00 |
|
Russ Cox
|
08ca30bbfa
|
change *map to map; *chan to chan; new(T) to new(*T)
fix bugs left over from *[] to [] conversion.
TBR=r
OCL=21576
CL=21581
|
2008-12-19 03:05:37 -08:00 |
|
Ken Thompson
|
4026500d18
|
arrays
R=r
OCL=21564
CL=21564
|
2008-12-18 20:06:28 -08:00 |
|
Ken Thompson
|
ae5a475e20
|
range clause must have = or :=
:= illegal in for-increment
R=r
OCL=21204
CL=21204
|
2008-12-15 13:44:27 -08:00 |
|
Ken Thompson
|
26b357ca5b
|
range statement
R=r
OCL=20667
CL=20667
|
2008-12-05 18:24:05 -08:00 |
|