<div dir="ltr"><div>Why not just cleanly list the name of the failing test and nothing else?  Tests are only understood and debugged in the running image, not from a cryptic message reported on the build website.  It certainly can&#39;t be fixed and committed without running the test in the image anyway.</div>
<div><br></div><div>So why do we want to see that debugging noise in the build-server reports?</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 14, 2014 at 4:11 PM, Frank Shearar <span dir="ltr">&lt;<a href="mailto:frank.shearar@gmail.com" target="_blank">frank.shearar@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><a href="http://build.squeak.org/job/SqueakTrunkOnSpur/31/testReport/junit/KernelTests.Chronology/DateAndTimeTest/testReadFrom/" target="_blank">http://build.squeak.org/job/SqueakTrunkOnSpur/31/testReport/junit/KernelTests.Chronology/DateAndTimeTest/testReadFrom/</a><br>

shows a not-very-helpful test failure report: Expected<br>
&#39;2002-05-1...etc... but was &#39;2002-05-1...etc....<br>
<br>
If <a href="http://build.squeak.org" target="_blank">build.squeak.org</a> is anything like my machine, that failure might<br>
more profitably be reported as:<br>
<br>
Expected &#39;2002-05-16T17:20:00+00:00&#39; but was &#39;2002-05-16T17:20:00+01:00&#39;<br>
<br>
from this assertion:<br>
<br>
self assert: &#39;2002-05-16T17:20:00+00:00&#39; equals: &#39; 2002-05-16T17:20&#39;<br>
asDateAndTime printString.<br>
<br>
Is this expected (because of changes in datetime primitives)?<br>
<span class="HOEnZb"><font color="#888888"><br>
frank<br>
<br>
</font></span></blockquote></div><br></div>