Russ Cox
|
2b1c9b4be2
|
test: use testlib (second 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
CC=golang-dev
https://golang.org/cl/5673078
|
2012-02-16 23:49:30 -05:00 |
|
Russ Cox
|
4bdf1fc02b
|
test: silence/coalesce some tests
Add copyright notice to nilptr.go.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5139048
|
2011-09-26 19:35:21 -04: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 |
|
Rob Pike
|
74dd0ab670
|
fix up some irregular indentation
R=rsc
OCL=33382
CL=33391
|
2009-08-17 13:30:22 -07:00 |
|
Russ Cox
|
49e2087848
|
insert type assertions when narrowing.
R=r
OCL=24349
CL=24913
|
2009-02-11 17:55:16 -08: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 |
|
Ian Lance Taylor
|
f8d7f5bd81
|
Don't use a type guard with a type which is not an interface.
R=r,gri
DELTA=2 (0 added, 0 deleted, 2 changed)
OCL=18781
CL=18785
|
2008-11-07 11:44:15 -08:00 |
|
Rob Pike
|
c1198b9b87
|
update tests
R=rsc
DELTA=159 (65 added, 84 deleted, 10 changed)
OCL=18149
CL=18151
|
2008-10-30 13:26:57 -07:00 |
|