From 907022700e065013d64cc64196ddc175d4c454d6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:50:52 +0200 Subject: Adding debian version 1.3+ds-1. Signed-off-by: Daniel Baumann --- debian/patches/skip-tests.patch | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 debian/patches/skip-tests.patch (limited to 'debian/patches/skip-tests.patch') diff --git a/debian/patches/skip-tests.patch b/debian/patches/skip-tests.patch new file mode 100644 index 0000000..d9aaf91 --- /dev/null +++ b/debian/patches/skip-tests.patch @@ -0,0 +1,29 @@ +Description: skip tests that are currently failing +Bug: https://gitlab.com/inkscape/inkscape/-/issues/2917 +Bug: https://gitlab.com/inkscape/inkscape/-/issues/3554 +Forwarded: not-needed + +--- a/testfiles/rendering_tests/CMakeLists.txt ++++ b/testfiles/rendering_tests/CMakeLists.txt +@@ -31,7 +31,7 @@ + # test-baseline-shift + ## Small differences with code adapted for Pango 1.44. + +- test-glyph-y-pos ++ # test-glyph-y-pos + ## to be fixed since an update happened between harfbuzz 1.5.1(OK) and 1.6.0(FAIL). + ## If you re-enable the test, you may have to *slightly* fix the expected rendering (hoping the fix happens upstream). + ## Please also check that the rendering with harfbuzz <=1.5.1 is not *too* wrong (for older systems) +@@ -42,10 +42,10 @@ + ## Expected rendering generated with Pango 1.44. Currently fails with + ## CI as CI uses Pango 1.40. Enable after updating CI to Ubuntu 20.04. + +- text-glyphs-combining ++ #text-glyphs-combining + ## Expected rendering generated with Pango 1.44. + +- text-glyphs-vertical ++ #text-glyphs-vertical + ## Expected rendering generated with Pango 1.44. + + # -- LPE tests -- -- cgit v1.2.3