diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-05-08 01:19:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-05-08 02:10:26 +0200 |
commit | caee88d193fe4e066251cb541e360d98b2f152ae (patch) | |
tree | c339c6c737ac11fcc140e7fd060620f6fa6dcb57 /tests/fate | |
parent | 9630b3fc06d8ccfab4847ecddaed96526cf4dd19 (diff) | |
download | ffmpeg-caee88d193fe4e066251cb541e360d98b2f152ae.tar.gz |
fate: Remove duplicate wmv8_x8intra.wmv test
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
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/microsoft.mak | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/fate/microsoft.mak b/tests/fate/microsoft.mak index c4af7d12bc..1d518d9bd0 100644 --- a/tests/fate/microsoft.mak +++ b/tests/fate/microsoft.mak @@ -47,15 +47,11 @@ fate-wmv8-drm: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c3 FATE_WMV8_DRM += fate-wmv8-drm-nodec fate-wmv8-drm-nodec: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(TARGET_SAMPLES)/wmv8/wmv_drm.wmv -acodec copy -vcodec copy -#FATE_MICROSOFT += fate-wmv8-x8intra -FATE_TESTS-no += fate-wmv8-x8intra -fate-wmv8-x8intra: CMD = framecrc -flags +bitexact -idct 19 -i $(TARGET_SAMPLES)/wmv8/wmv8_x8intra.wmv -an - FATE_MICROSOFT-$(call DEMDEC, ASF, WMV3) += $(FATE_WMV8_DRM) fate-wmv8_drm: $(FATE_WMV8_DRM) -FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, WMV2) += fate-wmv8-intrax8 -fate-wmv8-intrax8: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/wmv8/wmv8_x8intra.wmv -an +FATE_MICROSOFT-$(call DEMDEC, ASF, WMV2) += fate-wmv8-x8intra +fate-wmv8-x8intra: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/wmv8/wmv8_x8intra.wmv -an FATE_VC1-$(CONFIG_VC1_DEMUXER) += fate-vc1_sa00040 fate-vc1_sa00040: CMD = framecrc -i $(TARGET_SAMPLES)/vc1/SA00040.vc1 |