Re: [FFmpeg-devel] [PATCH] fate: Remove duplicate wmv8_x8intra.wmv test

2016-05-08 Thread Michael Niedermayer
On Sun, May 08, 2016 at 06:26:14PM +0100, Derek Buitenhuis wrote: > On 5/8/2016 5:49 PM, Michael Niedermayer wrote: > > --disable-optimizations "fixes" the test on mips > > So is this a compiler bug? no, it was a bug in our code, should be fixed [...] -- Michael GnuPG fingerprint: 9FF2128

Re: [FFmpeg-devel] [PATCH] fate: Remove duplicate wmv8_x8intra.wmv test

2016-05-08 Thread Derek Buitenhuis
On 5/8/2016 5:49 PM, Michael Niedermayer wrote: > --disable-optimizations "fixes" the test on mips So is this a compiler bug? - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] fate: Remove duplicate wmv8_x8intra.wmv test

2016-05-08 Thread Michael Niedermayer
On Sun, May 08, 2016 at 06:27:25PM +0200, Michael Niedermayer wrote: > On Sun, May 08, 2016 at 11:38:56AM +0200, Hendrik Leppkes wrote: > > On Sun, May 8, 2016 at 1:42 AM, Michael Niedermayer > > wrote: > > > Also temporary enable the test so we get updated fate failure statistics > > > > > > Note

Re: [FFmpeg-devel] [PATCH] fate: Remove duplicate wmv8_x8intra.wmv test

2016-05-08 Thread Michael Niedermayer
On Sun, May 08, 2016 at 11:38:56AM +0200, Hendrik Leppkes wrote: > On Sun, May 8, 2016 at 1:42 AM, Michael Niedermayer > wrote: > > Also temporary enable the test so we get updated fate failure statistics > > > > Note, this does not work on all platforms, it fails on MIPS > > and ml archives indic

Re: [FFmpeg-devel] [PATCH] fate: Remove duplicate wmv8_x8intra.wmv test

2016-05-08 Thread Hendrik Leppkes
On Sun, May 8, 2016 at 1:42 AM, Michael Niedermayer wrote: > Also temporary enable the test so we get updated fate failure statistics > > Note, this does not work on all platforms, it fails on MIPS > and ml archives indicate it failed on x86 openbsd with some compilers as well Of course it still

Re: [FFmpeg-devel] [PATCH] fate: Remove duplicate wmv8_x8intra.wmv test

2016-05-07 Thread Michael Niedermayer
On Sun, May 08, 2016 at 12:54:10AM +0100, Derek Buitenhuis wrote: > On 5/8/2016 12:42 AM, Michael Niedermayer wrote: > > Also temporary enable the test so we get updated fate failure statistics > > > > Note, this does not work on all platforms, it fails on MIPS > > and ml archives indicate it fail

Re: [FFmpeg-devel] [PATCH] fate: Remove duplicate wmv8_x8intra.wmv test

2016-05-07 Thread Derek Buitenhuis
On 5/8/2016 12:42 AM, Michael Niedermayer wrote: > Also temporary enable the test so we get updated fate failure statistics > > Note, this does not work on all platforms, it fails on MIPS > and ml archives indicate it failed on x86 openbsd with some compilers as well > > Signed-off-by: Michael Ni