<div dir="ltr"><div><div><div>David,<br><br></div>We discovered that interesting comment in vtkTesting.cxx (line 775):<br><br> // Typically, the image testing is done using the back buffer<br> // to avoid accidentally capturing overlapping window artifacts<br> // in the image when using the front buffer. However, some graphics<br> // drivers do not have up to date contents in the back buffer,<br> // causing "failed" tests even though, upon visual inspection, the<br> // front buffer looks perfectly valid... So:<br> //<br> // If the test failed using the back buffer, re-test using the<br> // front buffer. This way, more tests pass on dashboards run with<br> // the Intel HD built-in graphics drivers.<br><br></div>We gonna change Testing.py to do the same - question: why this has never been done? :)<br><br></div>J.<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><b>Joachim Pouderoux</b><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font size="1"><i>PhD, Technical Expert</i></font><br><b><font size="1"><a href="http://www.kitware.fr" target="_blank">Kitware SAS</a></font></b><br></blockquote>
</div></div></div>
<br><div class="gmail_quote">2015-07-02 15:37 GMT+02:00 David Thompson <span dir="ltr"><<a href="mailto:david.thompson@kitware.com" target="_blank">david.thompson@kitware.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mathieu,<br>
<br>
Thanks for looking into this. I've been noticing failures like that in VTK and in some projects that use it. However, given the number of image tests that VTK runs, adding 2s of delay to each one would slow the dashboards down too much to be usable. However, it is a great start on figuring out how to fix the issue. I don't see anywhere that vtkRenderWindow::WaitForCompletion() (which calls glFinish) gets called when grabbing the framebuffer. Perhaps adding this would be faster than a timer. Can you verify that it works? If so, maybe we can figure out where to add it to avoid slowing production code down for testing.<br>
<br>
Thanks,<br>
David<br>
<div><div class="h5"><br>
> I have some problem with tests wich render and compare to an image.<br>
><br>
> Lots of test do the rendering which can be seen on screen, but the generated image is completelly black ( or white ) and the test fail.<br>
><br>
> Most of these failing tests are python test but not only.<br>
> The list of failing tests is attached.<br>
><br>
> I've tried to understood what was going on, so i've tried to fix<br>
> sync3dAll.py<br>
><br>
> Adding :<br>
> import time<br>
> time.sleep(1)<br>
> renWin.Render()<br>
> time.sleep(1)<br>
><br>
> after the first render() did the trick. It look like the renderring is not done fast enough ans the produced image is empty as it has not yet been rendered.<br>
><br>
> Any help appreciated.<br>
><br>
> Mathieu Westphal<br>
</div></div>> <tests>_______________________________________________<br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
><br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div><br></div>