[FFmpeg-cvslog] fate: disable fate-ra4-288, the code uses floats and does not produce the same results on different platforms

Michael Niedermayer git at videolan.org
Wed Sep 17 20:38:04 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Sep 17 20:25:22 2014 +0200| [43633c5388d3237a492ba9614fc276c283c4e21a] | committer: Michael Niedermayer

fate: disable fate-ra4-288, the code uses floats and does not produce the same results on different platforms

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=43633c5388d3237a492ba9614fc276c283c4e21a
---

 tests/fate/real.mak |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/fate/real.mak b/tests/fate/real.mak
index 1dcd443..26d5776 100644
--- a/tests/fate/real.mak
+++ b/tests/fate/real.mak
@@ -1,8 +1,8 @@
 FATE_REALAUDIO-$(call DEMDEC, RM, RA_144) += fate-ra3-144
 fate-ra3-144: CMD = framecrc -i $(TARGET_SAMPLES)/realaudio/ra3.ra
 
-FATE_REALAUDIO-$(call DEMDEC, RM, RA_288) += fate-ra4-288
-fate-ra4-288: CMD = framecrc -i $(TARGET_SAMPLES)/realaudio/ra4-288.ra
+#FATE_REALAUDIO-$(call DEMDEC, RM, RA_288) += fate-ra4-288
+#fate-ra4-288: CMD = framecrc -i $(TARGET_SAMPLES)/realaudio/ra4-288.ra
 
 FATE_REALMEDIA_AUDIO-$(call DEMDEC, RM, RA_144) += fate-ra-144
 fate-ra-144: CMD = md5 -i $(TARGET_SAMPLES)/real/ra3_in_rm_file.rm -f s16le



More information about the ffmpeg-cvslog mailing list