From cf0194a3f5f316235ab666a283292f5d03c34f87 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Tue, 27 Jul 2010 11:53:14 +0000 Subject: Increase error tolerance for RA288 and one vorbis test. Should fix some failures in PPC and ARM. Originally committed as revision 24541 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/fate2.mak | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/fate2.mak b/tests/fate2.mak index 7fc6e3be08..41b66e9b52 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -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 -- cgit v1.2.3