1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:44:39 -07:00
go/test/interface
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
..
bigdata.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
convert1.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
convert2.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
embed0.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00
embed1.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00
embed2.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
explicit.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
fail.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
fake.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
noeq.go gc: implement == on structs and arrays 2011-12-12 22:22:09 -05:00
pointer.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
private1.go test: add test for interfaces with unexported methods. 2011-03-29 15:04:19 -07:00
private.go test: add test for interfaces with unexported methods. 2011-03-29 15:04:19 -07:00
receiver1.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
receiver.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
recursive1.go gc: test case for recursive interface bug. 2012-01-21 17:02:54 +11:00
recursive2.go gc: test case for recursive interface bug. 2012-01-21 17:02:54 +11:00
recursive.go test: don't use package main for files without a main function 2012-02-03 11:43:24 -08:00
returntype.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
struct.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00