1
0
mirror of https://github.com/golang/go synced 2024-09-23 23:20:14 -06:00
go/test/ken
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
..
array.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
chan1.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
chan.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
complit.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
convert.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
cplx0.go test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
cplx0.out test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
cplx1.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
cplx2.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
cplx3.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
cplx4.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
cplx5.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
divconst.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
divmod.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
embed.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
for.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
interbasic.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
interfun.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
intervar.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
label.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
litfun.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
mfunc.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
modconst.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
ptrfun.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
ptrvar.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
range.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
rob1.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
rob2.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
robfor.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
robfunc.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
shift.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
simparray.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
simpbool.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
simpconv.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
simpfun.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
simpswitch.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
simpvar.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
slicearray.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
sliceslice.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
string.go test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
string.out test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
strvar.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00