[FFmpeg-devel] [PATCH 13/14] tests: Add aac_fixed decoder test

Nedeljko Babic Nedeljko.Babic at imgtec.com
Mon Jun 1 15:46:32 CEST 2015


>On Fri, May 29, 2015 at 03:46:32PM +0200, Nedeljko Babic wrote:
>> Signed-off-by: Nedeljko Babic <nedeljko.babic at imgtec.com>
>> ---
>>  tests/fate/aac.mak | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
>>  1 file changed, 57 insertions(+), 1 deletion(-)
>
>These tests do not all pass:
>
>tests/data/fate/aac-fixed-al_sbr_hq_cm_48_2.err:Assertion (int32_t)((a.mant * (int64_t)b.mant) >> 29) == (a.mant * (int64_t)b.mant) >> 29 failed at ./>libavutil/softfloat.h:93>
>tests/data/fate/aac-fixed-al_sbr_hq_cm_48_5.1.err:Assertion (int32_t)((a.mant * (int64_t)b.mant) >> 29) == (a.mant * (int64_t)b.mant) >> 29 failed at >./>libavutil/softfloat.h:93
>tests/data/fate/aac-fixed-al_sbr_hq_sr_48_2_fsaac48.err:Assertion a.mant < 0x40000000 && a.mant > -0x40000000 failed at ./libavutil/softfloat.h:75

I cannot reproduce a problem.

I am running this on two x86 machines, one with Ubuntu 14.04 and the other with the Red Hat 4.1.2-51.

Configuration that I am using is:
./configure --samples=../fate_tests --enable-gpl --enable-memory-poisoning --enable-avresample --enable-debug=2 --disable-iconv --target-os=linux --disable-yasm

I applied my patches on commit 1cf87e1680 (from 27.05) and I also rebased the code on to the commit 589d39c76 from today (01.06.).

I also run fate on mips and it works...

Thanks,
-Nedeljko


More information about the ffmpeg-devel mailing list