<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go.git/test/floatcmp.go, branch dev.garbage</title>
<subtitle>code.google.com: Obsolete (use go-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/'/>
<entry>
<title>test: ensure all failing tests exit nonzero.</title>
<updated>2013-02-12T18:17:49+00:00</updated>
<author>
<name>Alan Donovan</name>
<email>adonovan@google.com</email>
</author>
<published>2013-02-12T18:17:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=2964e5a06ff1cdcbb9f23a3dcc316994346dcbf5'/>
<id>2964e5a06ff1cdcbb9f23a3dcc316994346dcbf5</id>
<content type='text'>
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://codereview.appspot.com/7310087
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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://codereview.appspot.com/7310087
</pre>
</div>
</content>
</entry>
<entry>
<title>test: explanatory comments [c-g]*</title>
<updated>2012-02-19T03:28:53+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2012-02-19T03:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=54e5592fbca3eb4902687c885ddf041dd06fbee4'/>
<id>54e5592fbca3eb4902687c885ddf041dd06fbee4</id>
<content type='text'>
R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5656103
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5656103
</pre>
</div>
</content>
</entry>
<entry>
<title>test: use testlib (fourth 100)</title>
<updated>2012-02-17T04:50:37+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-02-17T04:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=919bacb81724be250e3841d23e0cfce20c9c5429'/>
<id>919bacb81724be250e3841d23e0cfce20c9c5429</id>
<content type='text'>
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A *$;// build;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A &amp;&amp; \./\$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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A *$;// build;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A &amp;&amp; \./\$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
</pre>
</div>
</content>
</entry>
<entry>
<title>more soft float support. passes several basic tests</title>
<updated>2010-07-20T12:53:16+00:00</updated>
<author>
<name>Kai Backman</name>
<email>kaib@golang.org</email>
</author>
<published>2010-07-20T12:53:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=1a31fd483b73182dd4e18b7823a13da402edc9c3'/>
<id>1a31fd483b73182dd4e18b7823a13da402edc9c3</id>
<content type='text'>
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
http://codereview.appspot.com/1778041
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
http://codereview.appspot.com/1778041
</pre>
</div>
</content>
</entry>
<entry>
<title>gc: fix up floating point NaN comparisons</title>
<updated>2009-11-16T01:24:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-11-16T01:24:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=bc7d8720eca484ecea24481c6da3637ef670de10'/>
<id>bc7d8720eca484ecea24481c6da3637ef670de10</id>
<content type='text'>
Fixes issue 167.

R=ken2
http://codereview.appspot.com/155062
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue 167.

R=ken2
http://codereview.appspot.com/155062
</pre>
</div>
</content>
</entry>
</feed>
