[librsvg: 4/4] Merge branch 'smcv/librsvg-more-i386-tolerance'



commit 0a5e9f782f617d63c2dae0e15d17b9e36b6f3be5
Merge: 734f41cb b63c123e
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Oct 24 09:49:52 2018 -0500

    Merge branch 'smcv/librsvg-more-i386-tolerance'

 tests/rsvg-test.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --cc tests/rsvg-test.c
index 96fd1bab,ffc6d356..0e4323ac
--- a/tests/rsvg-test.c
+++ b/tests/rsvg-test.c
@@@ -378,10 -353,10 +378,11 @@@ rsvg_cairo_check (gconstpointer data
  #ifdef __x86_64__
        const unsigned int MAX_DIFF = 2;
  #else
-         /* https://gitlab.gnome.org/GNOME/librsvg/issues/178 */
-       const unsigned int MAX_DIFF = 10;
+         /* https://gitlab.gnome.org/GNOME/librsvg/issues/178,
+          * https://gitlab.gnome.org/GNOME/librsvg/issues/366 */
+       const unsigned int MAX_DIFF = 20;
  #endif
 +      const unsigned int WARN_DIFF = 2;
  
        surface_diff = cairo_image_surface_create (CAIRO_FORMAT_ARGB32,
                                                   dimensions.width, dimensions.height);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]