[vtk-developers] Should these tests pass here?

David Gobbi david.gobbi at gmail.com
Wed Feb 13 15:02:34 EST 2013


Most of the dashboard failures that you see are due to
vtkHyperTreeGridGeometry.  I took a peek at the code
it uses to generate boundary polygons (in the ProcessLeaf3D()
method), and the code makes no attempt to produce the correct
polygon winding.  The other VTK geometry filters make sure that
polygons are wound so that normals face outwards.  I've CC'd
Philippe because he wrote the code.

 - David


On Wed, Feb 13, 2013 at 11:42 AM, David Cole <dlrdave at aol.com> wrote:
> Thank you, David Gobbi!
>
>   http://open.cdash.org/viewTest.php?onlydelta&buildid=2811370
>
> Those two tests pass now on my machine. 2 down, 13 to go...
>
>
> Cheers,
> David C.
>
>
>
> -----Original Message-----
> From: David Cole <dlrdave at aol.com>
> To: david.gobbi <david.gobbi at gmail.com>
> Cc: vtk-developers <vtk-developers at vtk.org>
> Sent: Tue, Feb 12, 2013 12:46 pm
> Subject: Re: [vtk-developers] Should these tests pass here?
>
> Thanks for this response. (Anybody know about the other tests? And whether
> they're doomed-to-fail on this machine or whether I can make them work...?)
>
> Is there a way to do a quick test of a card (at the very beginning of these
> tests, perhaps?) to see whether it's capable of running the tests? And if an
> insufficient card is detected, print out text saying as much, and skip the
> rest of the test, and make it "pass since it can't be run"...?
>
>
> Thanks
>
>
> -----Original Message-----
> From: David Gobbi <david.gobbi at gmail.com>
> To: David Cole <dlrdave at aol.com>
> Cc: vtk-developers <vtk-developers at vtk.org>
> Sent: Tue, Feb 12, 2013 11:11 am
> Subject: Re: [vtk-developers] Should these tests pass here?
>
> I can only speak for the two ImageMapper tests at the bottom.
> They are failing due to insufficient power of the graphics card
> (they use ancient-style fragment program that I wrote for bicubic
> texture interpolation, but it's too long for such an old card).
>
>  - David
>
> On Tue, Feb 12, 2013 at 7:31 AM, David Cole <dlrdave at aol.com> wrote:
>> I have an older Windows XP machine with an ATI graphics card in it.
>>
>> I've submitted an Experimental dashboard this morning, with 15 failing
>> tests. 13 of them look like very minor line color differences in the
>> images.
>> (Lines are black on my machine, colored in the baseline images...) Here
>> are
>> the failing tests:
>>
>>   http://open.cdash.org/viewTest.php?onlyfailed&buildid=2809880
>>
>> This passing test output shows the OpenGL capabilities of the ATI card:
>>
>>   http://open.cdash.org/testDetails.php?test=177082346&build=2809880
>>
>> Question:
>> - Is this a graphics card / insufficient driver problem? Or is there a VTK
>> code change required to fix these test failures?
>>
>> (Or should my images be considered "valid"...?)
>>
>>
>> Thanks,
>> David



More information about the vtk-developers mailing list