aboutsummaryrefslogtreecommitdiff
path: root/test/float_lit.go
AgeCommit message (Collapse)Author
2013-02-12test: ensure all failing tests exit nonzero.Alan Donovan
Previously merely printing an error would cause the golden file comparison (in 'bash run') to fail, but that is no longer the case with the new run.go driver. R=iant CC=golang-dev https://golang.org/cl/7310087
2012-02-19test: explanatory comments [c-g]*Rob Pike
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5656103
2012-02-16test: use testlib (fourth 100)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/5673079
2010-10-25arm: enable all testsRuss Cox
ARM functionality is now completely working. (Or if it's not, we'll fix it.) R=ken2 CC=golang-dev https://golang.org/cl/2738041
2010-09-04test: remove semiocolons.Rob Pike
The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev https://golang.org/cl/2157041
2010-07-20more soft float support. passes several basic testsKai Backman
but with less precision than hardware counterparts. fixed a number of tests to output BUG when they failed. changed the runner to distinghuish between output and output containing ^BUG R=rsc CC=dho, golang-dev https://golang.org/cl/1778041
2009-12-09making some more non-gofmt'ed files save for new semicolon ruleRobert Griesemer
R=rsc, r https://golang.org/cl/171051
2009-11-15gc: fix up floating point NaN comparisonsRuss Cox
Fixes #167. R=ken2 https://golang.org/cl/155062
2008-10-29minor int/float fixesRuss Cox
R=ken OCL=18032 CL=18032
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-12better import/exportKen Thompson
SVN=122584
2008-06-10made fp numbers from integers andKen Thompson
checked values SVN=121972
2008-06-08fix bug in closeness for float literal testRob Pike
SVN=121628
2008-06-08fix float lit to return 1, print errorRob Pike
SVN=121627
2008-06-08asdfKen Thompson
SVN=121608
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
2008-03-26- new directory structureRobert Griesemer
SVN=113851