- 12 Feb, 2013 1 commit
-
-
Alan Donovan authored
Previously merely printing an error would cause the golden file comparison (in 'bash run') to fail, but that is no longer the case with the new run.go driver. R=iant CC=golang-dev https://golang.org/cl/7310087
-
- 19 Feb, 2012 1 commit
-
-
Rob Pike authored
Very few of the compiler regression tests include a comment saying waht they do. Many are obvious, some are anything but. I've started with a-c in the top directory. More will follow once we agree on the approach, correctness, and thoroughness here. zerodivide.go sneaked in too. R=rsc, r CC=golang-dev https://golang.org/cl/5656100
-
- 17 Feb, 2012 1 commit
-
-
Russ Cox authored
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
-
- 26 Oct, 2010 1 commit
-
-
Russ Cox authored
R=r, r2 CC=golang-dev https://golang.org/cl/2740041
-
- 09 Jun, 2010 1 commit
-
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/1620042
-
- 19 Nov, 2009 1 commit
-
-
Rob Pike authored
- actually test the results R=rsc, ken2 CC=golang-dev https://golang.org/cl/156094
-
- 18 Nov, 2009 1 commit
-
-
Rob Pike authored
R=rsc, ken2 CC=golang-dev https://golang.org/cl/156084
-