summaryrefslogtreecommitdiff
path: root/test/64bit.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/gc: Error out on division by constant zero.Daniel Morsing2013-01-301-2/+23
| | | | | | | | Fixes issue 4264. R=cldorian, rsc CC=golang-dev https://codereview.appspot.com/6845113
* test: use testlib in a few more cases (part 2)Shenghou Ma2012-04-201-3/+1
| | | | | | | | Introduced "runoutput" cmd for running generated program R=golang-dev, iant, bradfitz, remyoudompheng CC=golang-dev http://codereview.appspot.com/5869049
* test: remove semiocolons.Rob Pike2010-09-041-151/+151
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev http://codereview.appspot.com/2157041
* - gofmt these filesRobert Griesemer2009-12-091-238/+211
| | | | | | | | | - remove use of implicit string concatenation - these appear to be the only files correctly compiling under test that used implicit string concatenation R=rsc http://codereview.appspot.com/172043
* 386 shift bug; wasn't zero-extending 16- and 8-bit countsRuss Cox2009-10-151-8/+38
| | | | | | | | +test R=ken OCL=35801 CL=35801
* new 64-bit math test.Russ Cox2009-05-311-0/+706
allow multiline recipes in run. R=r DELTA=712 (708 added, 2 deleted, 2 changed) OCL=29641 CL=29666