]> Cypherpunks.ru repositories - gostls13.git/commit
test: use testlib (fourth 100)
authorRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 04:50:37 +0000 (23:50 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 04:50:37 +0000 (23:50 -0500)
commitd2cc9884296e84f18ff23550a4561e7b0109efd5
tree2096447079557286fcc31cb2f674cf56ddec4541
parent8080384a68850b47d7c5a85f7f904de80a3ae449
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
99 files changed:
test/fixedbugs/bug397.go
test/fixedbugs/bug398.go
test/fixedbugs/bug402.go
test/fixedbugs/bug403.go
test/fixedbugs/bug405.go
test/fixedbugs/bug410.go
test/fixedbugs/bug411.go
test/fixedbugs/bug412.go
test/fixedbugs/bug413.go
test/fixedbugs/bug416.go
test/fixedbugs/bug418.go
test/float_lit.go
test/floatcmp.go
test/for.go
test/func.go
test/func1.go
test/func3.go
test/func4.go
test/func5.go
test/func6.go
test/func7.go
test/func8.go
test/gc.go
test/gc1.go
test/gc2.go
test/goto.go
test/hashmap.go
test/if.go
test/import.go
test/import1.go
test/import5.go
test/indirect1.go
test/init.go
test/init1.go
test/initcomma.go
test/initialize.go
test/initializerr.go
test/initsyscall.go
test/int_lit.go
test/intcvt.go
test/interface/bigdata.go
test/interface/convert.go
test/interface/convert1.go
test/interface/convert2.go
test/interface/embed.go
test/interface/embed2.go
test/interface/explicit.go
test/interface/fail.go
test/interface/fake.go
test/interface/pointer.go
test/interface/receiver.go
test/interface/receiver1.go
test/interface/returntype.go
test/iota.go
test/ken/array.go
test/ken/chan.go
test/ken/chan1.go
test/ken/complit.go
test/ken/convert.go
test/ken/cplx1.go
test/ken/cplx2.go
test/ken/cplx3.go
test/ken/cplx4.go
test/ken/cplx5.go
test/ken/divconst.go
test/ken/divmod.go
test/ken/embed.go
test/ken/for.go
test/ken/interbasic.go
test/ken/interfun.go
test/ken/intervar.go
test/ken/label.go
test/ken/litfun.go
test/ken/mfunc.go
test/ken/modconst.go
test/ken/ptrfun.go
test/ken/ptrvar.go
test/ken/range.go
test/ken/rob1.go
test/ken/rob2.go
test/ken/robfor.go
test/ken/robfunc.go
test/ken/shift.go
test/ken/simparray.go
test/ken/simpbool.go
test/ken/simpconv.go
test/ken/simpfun.go
test/ken/simpswitch.go
test/ken/simpvar.go
test/ken/slicearray.go
test/ken/sliceslice.go
test/ken/strvar.go
test/label.go
test/label1.go
test/literal.go
test/malloc1.go
test/mallocfin.go
test/mallocrand.go
test/mallocrep.go