It might be better to just leave it failing, back out the change or fix it yourself... Disabling a test is a bad idea because nobody has an impetus to re-enable the test in the future.<div><br></div><div>We can wait for a fix. Or if "we" can't then "we" can fix it ourselves...</div>
<div><br></div><div><br><br><div class="gmail_quote">On Mon, Dec 28, 2009 at 12:20 PM, Dave Partyka <span dir="ltr"><<a href="mailto:dave.partyka@kitware.com">dave.partyka@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Bill, <br><br>I emailed Philippe the day this broke but have not heard back from him. I typically don't cc the vtk list when sending a rubber chicken to those who break the dashboard ;-). I suspect he is gone for the holidays so I will just disable this test for the time being.<div>
<div></div><div class="h5"><br>
<br><div class="gmail_quote">On Mon, Dec 28, 2009 at 12:10 PM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">

Folks,<br>
<br>
The subject test is failing on many platforms:<br>
<a href="http://www.cdash.org/CDash/testSummary.php?project=11&name=Infovis-TestDescriptiveStatistics&date=2009-12-28" target="_blank">http://www.cdash.org/CDash/testSummary.php?project=11&name=Infovis-TestDescriptiveStatistics&date=2009-12-28</a><br>


<br>
According to cdash, the test has been failing since Dec 22 when these<br>
files were checked in:<br>
<a href="http://www.cdash.org/CDash/viewUpdate.php?buildid=499182" target="_blank">http://www.cdash.org/CDash/viewUpdate.php?buildid=499182</a><br>
<br>
This continuous build was the first to notice the problem:<br>
<a href="http://www.cdash.org/CDash/viewTest.php?onlyfailed&buildid=498908" target="_blank">http://www.cdash.org/CDash/viewTest.php?onlyfailed&buildid=498908</a><br>
<br>
I ran the test in the debugger and here is the failing statement:<br>
Program received signal SIGFPE, Arithmetic exception.<br>
0x0095f351 in vtkDescriptiveStatistics::Test (this=0x8764fe8,<br>
    inData=0x87642a0, inMetaDO=0x8766f40, outMetaDO=0x87672b0)<br>
    at /home/lorensen/Projects/VTKHead/Infovis/vtkDescriptiveStatistics.cxx:536<br>
536         double s = sqrt( n / ( m22 * m2 ) ) * m3;<br>
<br>
This is a result of<br>
Warning: In /projects/kmorel/dashboard/VTK/Infovis/vtkDescriptiveStatistics.cxx,<br>
line 282<br>
vtkDescriptiveStatistics (0x59a0c0): InData table does not have a<br>
column Metric 3. Ignoring it.<br>
<br>
Warning: In /projects/kmorel/dashboard/VTK/Infovis/vtkUnivariateStatisticsAlgorithm.cxx,<br>
line 122<br>
vtkDescriptiveStatistics (0x59a0c0): InData table does not have a<br>
column Metric 3. Ignoring it.<br>
<br>
<br>
The test purposely adds a bogus column. This causes the zero divide.<br>
Since VTK does not throw exceptions, the bad data needs to be handled<br>
in an alternative way to avoid the 0 divide.<br>
<br>
It is easy to miss a defect like this because the vtk dashboard seems<br>
to have many tests failing on a continuing basis.<br>
<br>
Bill<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div><br>
</div></div><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
<br></blockquote></div><br></div>