Skip test using .swf file
authorBalint Reczey <balint@balintreczey.hu>
Sat, 27 Jun 2015 03:29:09 +0000 (20:29 -0700)
committerBalint Reczey <balint@balintreczey.hu>
Sat, 27 Jun 2015 03:29:09 +0000 (20:29 -0700)
debian/patches/series
debian/patches/skip-swf-test.patch [new file with mode: 0644]

index 8c3883663567ea26cfe25aadad3186f00deacb27..e78b360a6a4df62f833ed1494891dbb511689b0a 100644 (file)
@@ -3,3 +3,4 @@ gcc-optflags.patch
 libav10.patch
 export_gf_isom_set_pixel_aspect_ratio.patch
 dont-err-build-on-uknown-system.patch
+skip-swf-test.patch
diff --git a/debian/patches/skip-swf-test.patch b/debian/patches/skip-swf-test.patch
new file mode 100644 (file)
index 0000000..f19cd49
--- /dev/null
@@ -0,0 +1,31 @@
+Description: Skip test using .swf file
+Author: Balint Reczey <balint@balintreczey.hu>
+
+diff --git a/regression_tests/xmlin4/run_tests.sh b/regression_tests/xmlin4/run_tests.sh
+index 584c6eb..37d8d4d 100644
+--- a/regression_tests/xmlin4/run_tests.sh
++++ b/regression_tests/xmlin4/run_tests.sh
+@@ -41,11 +41,11 @@ echo -e "\nTesting 'stxt' import without mime, default to text/plain"
+ echo -e "\nTesting 'stxt' import with header"
+ ./run_one_test.sh text-stxt-header
+-echo -e "\n**************** Testing SWF conversion as SVG and import as 'stxt' stream "
+-MP4Box -add anim.swf:fmt=svg -new text-stxt-svg.mp4
+-MP4Box -info text-stxt-svg.mp4
+-MP4Box -raw 1 text-stxt-svg.mp4
+-MP4Box -raws 1 text-stxt-svg.mp4
++#echo -e "\n**************** Testing SWF conversion as SVG and import as 'stxt' stream "
++#MP4Box -add anim.swf:fmt=svg -new text-stxt-svg.mp4
++#MP4Box -info text-stxt-svg.mp4
++#MP4Box -raw 1 text-stxt-svg.mp4
++#MP4Box -raws 1 text-stxt-svg.mp4
+ #MP4Box -mp4 anim.swf
+@@ -56,4 +56,4 @@ MP4Box -raw 1 subt-stpp-ttml.mp4
+ MP4Box -raws 1 subt-stpp-ttml.mp4
+ echo -e "\n**************** Generating file with all text variants text-all.mp4 "
+-MP4Box -add meta-mett.mp4 -add meta-mett-xml.mp4 -add meta-mett-xml-header.mp4 -add meta-metx.mp4 -add subt-sbtt.mp4 -add subt-stpp.mp4 -add subt-stpp-ttml.mp4 -add text-stxt.mp4 -add text-stxt-header.mp4 -add text-stxt-svg.mp4 -new text-all.mp4
+\ No newline at end of file
++MP4Box -add meta-mett.mp4 -add meta-mett-xml.mp4 -add meta-mett-xml-header.mp4 -add meta-metx.mp4 -add subt-sbtt.mp4 -add subt-stpp.mp4 -add subt-stpp-ttml.mp4 -add text-stxt.mp4 -add text-stxt-header.mp4 -add text-stxt-svg.mp4 -new text-all.mp4