[vtk-developers] Continuous build down to 3 failing tests

Robert Maynard robert.maynard at kitware.com
Mon Feb 11 15:54:33 EST 2013


NVM, this seems to be a known issue by the theora people with MSVC. The
recommend solution is
to set sb_full to zero. See
http://lists.xiph.org/pipermail/theora/2010-July/004102.html.

I can post a patch to this on gerrit.


On Mon, Feb 11, 2013 at 3:50 PM, Robert Maynard
<robert.maynard at kitware.com>wrote:

> I am going to guess that the problem is line 288 of analyze.c which is:
>
> static void oc_fr_state_flush_sb(oc_fr_state *_fr){
>   ptrdiff_t bits;
>   int       sb_partial;
>  * int       sb_full=sb_full;*
>   int       b_coded_count;
>
> I guess it should be:
>   sb_full = _fr->sb_full;
>
>
>
> On Mon, Feb 11, 2013 at 3:35 PM, David Cole <dlrdave at aol.com> wrote:
>
>> No on the oggtheora thing. That's a real problem that should be fixed,
>> not masked out.
>>
>> Reported here:
>> http://www.vtk.org/pipermail/vtk-developers/2012-December/012584.html
>>
>>
>>
>>
>>  -----Original Message-----
>> From: Bill Lorensen <bill.lorensen at gmail.com>
>> To: Dave DeMarle <dave.demarle at kitware.com>
>> Cc: VTK Developers <vtk-developers at vtk.org>
>> Sent: Mon, Feb 11, 2013 3:31 pm
>> Subject: [vtk-developers] Continuous build down to 3 failing tests
>>
>>  Dave,
>>
>> The DASH3.kitware Win32-vs9http://open.cdash.org/viewTest.php?onlyfailed&buildid=2808688
>>
>> only has 3 failing tests.
>>
>> I suggest that:
>> vtkIOMovieCxx-TestOggTheoraWriter- which timesout only on this build
>> vtkIOExportCxx-TestStackedPlotGL2PS-VerifyRasterizedPNG - which only
>> fails on this build
>>
>> be excluded for this build.
>>
>> That leaves:
>> vtkChartsCoreCxx-TestMultipleRenderers - which fails mysteriously here
>> and on a few other system. This needs attention by a Charts expert.
>>
>> Once we get the gerrit and continuous build to 0 defects, we have a
>> better opportunity to keep them there.
>>
>> Bill
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>>
>> Follow this link to subscribe/unsubscribe:http://www.vtk.org/mailman/listinfo/vtk-developers
>>
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.vtk.org/mailman/listinfo/vtk-developers
>>
>>
>>
>
>
> --
> Robert Maynard
>



-- 
Robert Maynard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20130211/e8260178/attachment.html>


More information about the vtk-developers mailing list