]> Cypherpunks.ru repositories - gostls13.git/commit
test: use testlib (first 100)
authorRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 04:48:57 +0000 (23:48 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 17 Feb 2012 04:48:57 +0000 (23:48 -0500)
commit0b477ef17e184117922428a5a5ef15ffab12590a
tree61178431e63bb406a8753f78f77936037fc5e183
parenta0c13b9d499f88cc5aa4cc060f5fcacb62b1af70
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
99 files changed:
test/235.go
test/alias.go
test/alias1.go
test/append.go
test/assign.go
test/assign1.go
test/bench/garbage/peano.go
test/bigalg.go
test/bigmap.go
test/blank.go
test/blank1.go
test/chan/doubleselect.go
test/chan/fifo.go
test/chan/goroutines.go
test/chan/nonblock.go
test/chan/perm.go
test/chan/powser1.go
test/chan/powser2.go
test/chan/select.go
test/chan/select2.go
test/chan/select3.go
test/chan/select4.go
test/chan/select6.go
test/chan/select7.go
test/chan/sendstmt.go
test/chan/sieve1.go
test/chan/sieve2.go
test/chan/zerosize.go
test/chancap.go
test/char_lit1.go
test/closedchan.go
test/closure.go
test/cmp.go
test/cmp6.go
test/cmplx.go
test/complit.go
test/complit1.go
test/const.go
test/const1.go
test/const2.go
test/const3.go
test/convert.go
test/convert1.go
test/convert3.go
test/convlit.go
test/convlit1.go
test/copy.go
test/ddd.go
test/ddd1.go
test/decl.go
test/declbad.go
test/defer.go
test/divide.go
test/dwarf/linedirectives.go
test/empty.go
test/env.go
test/eof.go
test/eof1.go
test/escape.go
test/escape3.go
test/fixedbugs/bug000.go
test/fixedbugs/bug002.go
test/fixedbugs/bug003.go
test/fixedbugs/bug004.go
test/fixedbugs/bug005.go
test/fixedbugs/bug006.go
test/fixedbugs/bug007.go
test/fixedbugs/bug008.go
test/fixedbugs/bug009.go
test/fixedbugs/bug010.go
test/fixedbugs/bug011.go
test/fixedbugs/bug012.go
test/fixedbugs/bug013.go
test/fixedbugs/bug014.go
test/fixedbugs/bug015.go
test/fixedbugs/bug016.go
test/fixedbugs/bug017.go
test/fixedbugs/bug021.go
test/fixedbugs/bug022.go
test/fixedbugs/bug023.go
test/fixedbugs/bug024.go
test/fixedbugs/bug026.go
test/fixedbugs/bug027.go
test/fixedbugs/bug028.go
test/fixedbugs/bug030.go
test/fixedbugs/bug031.go
test/fixedbugs/bug035.go
test/fixedbugs/bug037.go
test/fixedbugs/bug039.go
test/fixedbugs/bug045.go
test/fixedbugs/bug046.go
test/fixedbugs/bug047.go
test/fixedbugs/bug048.go
test/fixedbugs/bug049.go
test/fixedbugs/bug050.go
test/fixedbugs/bug051.go
test/fixedbugs/bug052.go
test/fixedbugs/bug053.go
test/fixedbugs/bug054.go