[FFmpeg-cvslog] r24541 - trunk/tests/fate2.mak

vitor subversion
Tue Jul 27 13:53:14 CEST 2010


Author: vitor
Date: Tue Jul 27 13:53:14 2010
New Revision: 24541

Log:
Increase error tolerance for RA288 and one vorbis test. Should fix some
failures in PPC and ARM.

Modified:
   trunk/tests/fate2.mak

Modified: trunk/tests/fate2.mak
==============================================================================
--- trunk/tests/fate2.mak	Tue Jul 27 12:11:05 2010	(r24540)
+++ trunk/tests/fate2.mak	Tue Jul 27 13:53:14 2010	(r24541)
@@ -57,6 +57,7 @@ FATE2_TESTS += fate-ra-288
 fate-ra-288: CMD = pcm -i $(SAMPLES)/real/ra_288.rm
 fate-ra-288: CMP = oneoff
 fate-ra-288: REF = $(SAMPLES)/real/ra_288.pcm
+fate-ra-288: FUZZ = 2
 
 FATE2_TESTS += fate-ra-cook
 fate-ra-cook: CMD = pcm -i $(SAMPLES)/real/ra_cook.rm
@@ -245,6 +246,7 @@ FATE2_TESTS += fate-vorbis-18
 fate-vorbis-18: CMD = pcm -i $(SAMPLES)/vorbis/sleepzor_small.ogg
 fate-vorbis-18: CMP = oneoff
 fate-vorbis-18: REF = $(SAMPLES)/vorbis/sleepzor_small.pcm
+fate-vorbis-18: FUZZ = 2
 
 FATE2_TESTS += fate-vorbis-19
 fate-vorbis-19: CMD = pcm -i $(SAMPLES)/vorbis/test-short2_small.ogg



More information about the ffmpeg-cvslog mailing list