]> Cypherpunks.ru repositories - gostls13.git/commit
test: use testlib (final 61)
authorRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 04:51:04 +0000 (23:51 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 04:51:04 +0000 (23:51 -0500)
commit57eb06fe93db49501ab61340a1bf41b95a3474b3
tree91b0017983c55fa520a1f84ff0d3354092c3fa41
parentd2cc9884296e84f18ff23550a4561e7b0109efd5
test: use testlib (final 61)

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/5671080
61 files changed:
test/mallocrep1.go
test/map.go
test/map1.go
test/method.go
test/method1.go
test/method2.go
test/named.go
test/named1.go
test/nil.go
test/nilptr.go
test/parentype.go
test/peano.go
test/range.go
test/recover.go
test/recover1.go
test/recover2.go
test/recover3.go
test/rename.go
test/rename1.go
test/reorder.go
test/reorder2.go
test/rune.go
test/runtime.go
test/shift1.go
test/simassign.go
test/sizeof.go
test/stack.go
test/string_lit.go
test/stringrange.go
test/struct0.go
test/switch.go
test/switch1.go
test/switch3.go
test/syntax/chan.go
test/syntax/chan1.go
test/syntax/else.go
test/syntax/forvar.go
test/syntax/if.go
test/syntax/import.go
test/syntax/interface.go
test/syntax/semi1.go
test/syntax/semi2.go
test/syntax/semi3.go
test/syntax/semi4.go
test/syntax/semi5.go
test/syntax/semi6.go
test/syntax/semi7.go
test/syntax/topexpr.go
test/syntax/typesw.go
test/syntax/vareq.go
test/syntax/vareq1.go
test/test0.go
test/turing.go
test/typeswitch.go
test/typeswitch1.go
test/typeswitch2.go
test/typeswitch3.go
test/undef.go
test/utf.go
test/varerr.go
test/zerodivide.go