summaryrefslogtreecommitdiff
path: root/test/ken/modconst.go
Commit message (Collapse)AuthorAgeFilesLines
* test: document ken/*.goRob Pike2012-02-241-0/+2
| | | | | | R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5694065
* test: use testlib (fourth 100)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/5673079
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-081-1/+1
| | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/5338043
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-351/+531
| | | | | | | | | in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
* make test/ken safe for optional semisRobert Griesemer2009-12-101-52/+26
| | | | | R=rsc, ken2, ken3 http://codereview.appspot.com/174042
* time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox2009-10-091-1/+1
| | | | | | | | | | cut the slowest tests down from a few seconds to under half a second. R=r DELTA=21 (6 added, 1 deleted, 14 changed) OCL=35509 CL=35519
* Enable these tests. Fix divconst.go and modconst.go toIan Lance Taylor2009-08-211-2/+0
| | | | | | | | | | compile with the current compiler. Adjust expected error message in method1.go to match 6g output. R=rsc DELTA=9 (2 added, 5 deleted, 2 changed) OCL=33674 CL=33682
* fix up some irregular indentationRob Pike2009-08-171-1/+0
| | | | | | R=rsc OCL=33382 CL=33391
* 8-bit div and modRuss Cox2009-08-101-0/+110
| | | | | | R=ken OCL=32975 CL=32975
* another plateau - almost doneKen Thompson2009-08-081-0/+371
only need to fix up certain denominators R=rsc OCL=32928 CL=32928