From f2319da762186c00056899f17664ea6607dfadda Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 17 Sep 2019 16:26:23 +0100 Subject: [PATCH] remove svg test from test_formats.sh It was very unreliable -- the output of librsvg varies too much between librsvg versions. This is still tested by the Python test suite. --- test/test_formats.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/test/test_formats.sh b/test/test_formats.sh index 60a4cccc..80cc0f15 100755 --- a/test/test_formats.sh +++ b/test/test_formats.sh @@ -12,10 +12,6 @@ set -e poppler=$test_images/blankpage.pdf poppler_ref=$test_images/blankpage.pdf.png -# rsvg / svgload reference image -rsvg=$test_images/blankpage.svg -rsvg_ref=$test_images/blankpage.svg.png - # giflib / gifload reference image giflib=$test_images/trans-x.gif giflib_ref=$test_images/trans-x.png @@ -234,10 +230,7 @@ if test_supported pdfload; then test_loader $poppler_ref $poppler pdfload 0 fi -if test_supported svgload; then - # librsvg can give small differences on some platforms - test_loader $rsvg_ref $rsvg svgload 10 -fi +# don't test SVG --- the output varies too much between librsvg versions if test_supported gifload; then test_loader $giflib_ref $giflib gifload 0