summaryrefslogtreecommitdiff
path: root/test/ken/modconst.go
AgeCommit message (Collapse)AuthorFilesLines
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-351/+531
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
2009-12-10make test/ken safe for optional semisRobert Griesemer1-52/+26
R=rsc, ken2, ken3 http://codereview.appspot.com/174042
2009-10-09time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox1-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
2009-08-21Enable these tests. Fix divconst.go and modconst.go toIan Lance Taylor1-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
2009-08-17fix up some irregular indentationRob Pike1-1/+0
R=rsc OCL=33382 CL=33391
2009-08-108-bit div and modRuss Cox1-0/+110
R=ken OCL=32975 CL=32975
2009-08-08another plateau - almost doneKen Thompson1-0/+371
only need to fix up certain denominators R=rsc OCL=32928 CL=32928