Rob Pike
|
3fb5f329b9
|
test/chan: document tests
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5677094
|
2012-02-19 17:44:02 +11:00 |
|
Russ Cox
|
0b477ef17e
|
test: use testlib (first 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/5656082
|
2012-02-16 23:48:57 -05:00 |
|
Rob Pike
|
4f61fc96b2
|
test: remove semiocolons.
The ken directory is untouched so we have some examples with explicit semis.
R=gri
CC=golang-dev
https://golang.org/cl/2157041
|
2010-09-04 10:36:13 +10:00 |
|
Russ Cox
|
918afd9491
|
move things out of sys into os and runtime
R=r
OCL=28569
CL=28573
|
2009-05-08 15:21:41 -07:00 |
|
Russ Cox
|
839a68469b
|
delete export
TBR=r
OCL=23121
CL=23127
|
2009-01-20 14:40:40 -08:00 |
|
Russ Cox
|
f48cbfdf56
|
convert tests; nothing interesting.
R=r
OCL=23012
CL=23014
|
2009-01-16 16:12:14 -08:00 |
|
Russ Cox
|
360962420c
|
casify, cleanup sys
R=r
OCL=22978
CL=22984
|
2009-01-16 14:58:14 -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 |
|
Rob Pike
|
27c0eb8431
|
update tests to new communications syntax
powser1.go has not been tested - waiting for compiler to catch up
R=ken
OCL=15415
CL=15415
|
2008-09-16 19:33:40 -07:00 |
|
Rob Pike
|
bc2f5f1dce
|
fix bug depot:
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-08-11 22:07:49 -07:00 |
|
Rob Pike
|
f439299035
|
fix bug - need to read final message in daisy chain to avoid hang
R=rsc
OCL=13840
CL=13840
|
2008-08-04 16:29:22 -07:00 |
|
Rob Pike
|
33101926f9
|
channel tests with new syntax
SVN=127436
|
2008-07-15 20:52:07 -07:00 |
|
Rob Pike
|
a703c9a926
|
add a couple of tests
update golden
SVN=127428
|
2008-07-15 19:19:50 -07:00 |
|