Alan Donovan 
								
							 
						 
						
							
							
							
							
								
							
							
								052c942e20 
								
							 
						 
						
							
							
								
								test: ensure all failing tests exit nonzero.  
							
							... 
							
							
							
							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  
							
						 
						
							2013-02-12 13:17:49 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rob Pike 
								
							 
						 
						
							
							
							
							
								
							
							
								83976e3ac8 
								
							 
						 
						
							
							
								
								test: explanatory comments [c-g]*  
							
							... 
							
							
							
							R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5656103  
							
						 
						
							2012-02-19 14:28:53 +11:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Russ Cox 
								
							 
						 
						
							
							
							
							
								
							
							
								d2cc988429 
								
							 
						 
						
							
							
								
								test: use testlib (fourth 100)  
							
							... 
							
							
							
							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  
							
						 
						
							2012-02-16 23:50:37 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Russ Cox 
								
							 
						 
						
							
							
							
							
								
							
							
								8fff9166f6 
								
							 
						 
						
							
							
								
								arm: enable all tests  
							
							... 
							
							
							
							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-10-25 21:25:13 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rob Pike 
								
							 
						 
						
							
							
							
							
								
							
							
								4f61fc96b2 
								
							 
						 
						
							
							
								
								test: remove semiocolons.  
							
							... 
							
							
							
							The ken directory is untouched so we have some examples with explicit semis.
R=gri
CC=golang-dev
https://golang.org/cl/2157041  
							
						 
						
							2010-09-04 10:36:13 +10:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kai Backman 
								
							 
						 
						
							
							
							
							
								
							
							
								36057e721e 
								
							 
						 
						
							
							
								
								more soft float support. passes several basic tests  
							
							... 
							
							
							
							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  
							
						 
						
							2010-07-20 15:53:16 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Griesemer 
								
							 
						 
						
							
							
							
							
								
							
							
								542099d78f 
								
							 
						 
						
							
							
								
								making some more non-gofmt'ed files save for new semicolon rule  
							
							... 
							
							
							
							R=rsc, r
https://golang.org/cl/171051  
							
						 
						
							2009-12-09 19:27:08 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Russ Cox 
								
							 
						 
						
							
							
							
							
								
							
							
								ef46a9ddac 
								
							 
						 
						
							
							
								
								gc: fix up floating point NaN comparisons  
							
							... 
							
							
							
							Fixes  #167 .
R=ken2
https://golang.org/cl/155062  
						
							2009-11-15 17:24:14 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Russ Cox 
								
							 
						 
						
							
							
							
							
								
							
							
								9cdb8bd502 
								
							 
						 
						
							
							
								
								minor int/float fixes  
							
							... 
							
							
							
							R=ken
OCL=18032
CL=18032 
							
						 
						
							2008-10-29 13:58:12 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rob Pike 
								
							 
						 
						
							
							
							
							
								
							
							
								bc2f5f1dce 
								
							 
						 
						
							
							
								
								fix bug depot:  
							
							... 
							
							
							
							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-08-11 22:07:49 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken Thompson 
								
							 
						 
						
							
							
							
							
								
							
							
								343f5aa7b4 
								
							 
						 
						
							
							
								
								better import/export  
							
							... 
							
							
							
							SVN=122584 
							
						 
						
							2008-06-12 21:48:56 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken Thompson 
								
							 
						 
						
							
							
							
							
								
							
							
								b1a3463a7b 
								
							 
						 
						
							
							
								
								made fp numbers from integers and  
							
							... 
							
							
							
							checked values
SVN=121972 
							
						 
						
							2008-06-10 13:23:19 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rob Pike 
								
							 
						 
						
							
							
							
							
								
							
							
								3086910f17 
								
							 
						 
						
							
							
								
								fix bug in closeness for float literal test  
							
							... 
							
							
							
							SVN=121628 
							
						 
						
							2008-06-08 19:37:22 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rob Pike 
								
							 
						 
						
							
							
							
							
								
							
							
								33f7637d6a 
								
							 
						 
						
							
							
								
								fix float lit to return 1, print error  
							
							... 
							
							
							
							SVN=121627 
							
						 
						
							2008-06-08 19:33:54 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ken Thompson 
								
							 
						 
						
							
							
							
							
								
							
							
								ad073b1cf1 
								
							 
						 
						
							
							
								
								asdf  
							
							... 
							
							
							
							SVN=121608 
							
						 
						
							2008-06-08 16:16:17 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Griesemer 
								
							 
						 
						
							
							
							
							
								
							
							
								9bc7b08abb 
								
							 
						 
						
							
							
								
								- changed literal syntax to use the convert notation  
							
							... 
							
							
							
							- fixed issued with function declarations/function literals
- added more tests and fixed existing tests
SVN=118167 
							
						 
						
							2008-05-08 17:12:15 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Griesemer 
								
							 
						 
						
							
							
							
							
								
							
							
								2f5b4d9893 
								
							 
						 
						
							
							
								
								- new directory structure  
							
							... 
							
							
							
							SVN=113851 
							
						 
						
							2008-03-26 09:28:57 -07:00