summaryrefslogtreecommitdiff
path: root/test/turing.go
Commit message (Collapse)AuthorAgeFilesLines
* test/[n-z]*.go: add documentationRob Pike2012-02-241-0/+2
| | | | | | R=golang-dev, bradfitz, r CC=golang-dev http://codereview.appspot.com/5700056
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
| | | | | | | | | | | 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 http://codereview.appspot.com/5671080
* test: change several tests to not printIan Lance Taylor2012-01-181-1/+5
| | | | | | | | | | | 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 http://codereview.appspot.com/5536058
* test: gofmt a few testsIan Lance Taylor2012-01-181-24/+25
| | | | | | | | | | 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 http://codereview.appspot.com/5557052
* test/turing: refactorRob Pike2010-09-041-27/+24
| | | | | | R=gri CC=golang-dev http://codereview.appspot.com/2116043
* fix bug depot:Rob Pike2008-08-111-1/+1
| | | | | | | | | 1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
* lots of new testsRob Pike2008-06-061-1/+1
| | | | SVN=121464
* turn spaces to tabsRob Pike2008-05-151-43/+43
| | | | | | | replace ifs with switch still runs! SVN=118947
* - changed literal syntax to use the convert notationRobert Griesemer2008-05-081-0/+55
- fixed issued with function declarations/function literals - added more tests and fixed existing tests SVN=118167