aboutsummaryrefslogtreecommitdiff
path: root/test/turing.go
AgeCommit message (Collapse)Author
2012-02-24test/[n-z]*.go: add documentationRob Pike
R=golang-dev, bradfitz, r CC=golang-dev https://golang.org/cl/5700056
2012-02-16test: use testlib (final 61)Russ Cox
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
2012-01-18test: change several tests to not printIan Lance Taylor
This will make these tests more meaningful for gccgo, which runs tests in parallel and has no equivalent to golden.out. Remove ken/simpprint.go since it duplicates helloworld.go. R=golang-dev, r CC=golang-dev https://golang.org/cl/5536058
2012-01-18test: gofmt a few testsIan Lance Taylor
I'm planning to change these tests, but the gofmt changes are fairly extensive, so I'm separating the gofmt changes from the substantive changes. R=golang-dev, rsc, r CC=golang-dev https://golang.org/cl/5557052
2010-09-04test/turing: refactorRob Pike
R=gri CC=golang-dev https://golang.org/cl/2116043
2008-08-11fix bug depot:Rob Pike
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
2008-06-06lots of new testsRob Pike
SVN=121464
2008-05-15turn spaces to tabsRob Pike
replace ifs with switch still runs! SVN=118947
2008-05-08- changed literal syntax to use the convert notationRobert Griesemer
- fixed issued with function declarations/function literals - added more tests and fixed existing tests SVN=118167