go/test
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
..
bench test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bugs gc: undo most of 'fix infinite recursion for embedded interfaces' 2012-01-20 17:14:09 -05:00
chan test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
dwarf test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
fixedbugs test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
interface test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
ken test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
safe cmd/gc: suspend safemode during typecheck of inlined bodies. 2012-02-10 22:50:55 +01:00
syntax test: match gccgo error messages 2012-01-26 23:06:47 -08:00
64bit.go
235.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
alias.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
alias1.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
append.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
args.go
assign.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
assign1.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bigalg.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bigmap.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
blank.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
blank1.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
chancap.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
char_lit.go
char_lit1.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
closedchan.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
closure.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
cmp.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
cmp6.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
cmplx.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
cmplxdivide.c
cmplxdivide.go renaming_4: gofix -r everything/but/src/pkg 2011-11-08 15:43:02 -08:00
cmplxdivide1.go
complit.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
complit1.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
compos.go
const.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
const1.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
const2.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
const3.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
convert.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
convert1.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
convert3.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
convlit.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
convlit1.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
copy.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
crlf.go gc: implement and test \r in raw strings 2011-12-15 10:47:09 -05:00
ddd.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
ddd1.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
ddd2.go
ddd3.go
decl.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
declbad.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
defer.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
deferprint.go test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
deferprint.out test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
divide.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
empty.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
env.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
eof.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
eof1.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
errchk
escape.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
escape2.go gc: avoid false positives when using scalar struct fields. 2012-01-12 12:08:40 +01:00
escape3.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
float_lit.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
floatcmp.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
func.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
func1.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
func2.go non-pkg: gofix -r error -force=error 2011-11-01 22:06:05 -04:00
func3.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
func4.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
func5.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
func6.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
func7.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
func8.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
gc.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
gc1.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
gc2.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
golden.out cmd/gc: suspend safemode during typecheck of inlined bodies. 2012-02-10 22:50:55 +01:00
goprint.go test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
goprint.out test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
goto.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
hashmap.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
helloworld.go test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
helloworld.out test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
if.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
import.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
import1.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
import2.go
import3.go
import4.go
import5.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
index.go
indirect.go
indirect1.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
init.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
init1.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
initcomma.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
initialize.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
initializerr.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
initsyscall.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
int_lit.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
intcvt.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
iota.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
label1.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
linkx.go 5l, 6l, 8l: implement -X flag 2012-02-07 16:46:33 -05:00
literal.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
malloc1.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
mallocfin.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
mallocrand.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
mallocrep.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
mallocrep1.go runtime: delete UpdateMemStats, replace with ReadMemStats(&stats). 2012-02-06 19:16:26 +01:00
map.go all: errors caught by go vet 2012-02-16 17:21:21 +11:00
map1.go gc: implement == on structs and arrays 2011-12-12 22:22:09 -05:00
method.go
method1.go
method2.go
method3.go
method4.go test: test method expressions with parameters, and with import 2012-02-03 16:38:59 -08:00
method4a.go test: test method expressions with parameters, and with import 2012-02-03 16:38:59 -08:00
named.go
named1.go gc: use inferred type rather than original one when reporting non-assignability. 2011-12-14 17:34:35 +01:00
nil.go
nilptr.go test: make array smaller in nilptr test 2011-12-07 15:00:44 -05:00
nul1.go
parentype.go
peano.go test: change several tests to not print 2012-01-18 14:31:31 -08:00
printbig.go test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
printbig.out test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
range.go
recover.go
recover1.go
recover2.go gc: implement == on structs and arrays 2011-12-12 22:22:09 -05:00
recover3.go non-pkg: gofix -r error -force=error 2011-11-01 22:06:05 -04:00
rename.go
rename1.go
reorder.go
reorder2.go gc: fix order of evaluation 2012-01-25 17:53:50 -05:00
run test: add testlib 2012-02-16 23:48:24 -05:00
rune.go test: don't use package main for files without a main function 2012-02-03 11:43:24 -08:00
runtime.go
shift1.go
shift2.go
sieve.go
sigchld.go test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
sigchld.out test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
simassign.go
sinit.go
sizeof.go
solitaire.go
stack.go
string_lit.go
stringrange.go renaming_4: gofix -r everything/but/src/pkg 2011-11-08 15:43:02 -08:00
struct0.go
switch.go gc: remove func, map compare 2011-11-13 22:58:08 -05:00
switch1.go
switch3.go test: match gccgo error messages 2012-01-26 23:06:47 -08:00
test0.go
testlib test: add testlib 2012-02-16 23:48:24 -05:00
turing.go test: change several tests to not print 2012-01-18 14:31:31 -08:00
typeswitch.go gc: remove func, map compare 2011-11-13 22:58:08 -05:00
typeswitch1.go
typeswitch2.go test: match gccgo error messages 2012-01-26 23:06:47 -08:00
typeswitch3.go cmd/gc: disallow switch _ := v.(type) 2012-02-06 12:35:29 -05:00
undef.go
utf.go renaming_4: gofix -r everything/but/src/pkg 2011-11-08 15:43:02 -08:00
varerr.go
varinit.go
zerodivide.go non-pkg: gofix -r error -force=error 2011-11-01 22:06:05 -04:00