summaryrefslogtreecommitdiffstats
path: root/debian/patches/skip-tests.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:52 +0000
commit57759c415099a81a2d25ce2de6fecadb07513f67 (patch)
tree3f501adeb6375a01d429fac6f27a6ecee07b3541 /debian/patches/skip-tests.patch
parentAdding upstream version 1.2.2. (diff)
downloadinkscape-25f219c22b589ea51a1c9605418dc40d17ba9c1b.tar.xz
inkscape-25f219c22b589ea51a1c9605418dc40d17ba9c1b.zip
Adding debian version 1.2.2-2.debian/1.2.2-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/skip-tests.patch')
-rw-r--r--debian/patches/skip-tests.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/patches/skip-tests.patch b/debian/patches/skip-tests.patch
new file mode 100644
index 0000000..c1c83df
--- /dev/null
+++ b/debian/patches/skip-tests.patch
@@ -0,0 +1,38 @@
+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
+@@ -4,7 +4,7 @@
+ # TODO: Figure out actual cause and see if we can fix it
+ if(${CMAKE_SIZEOF_VOID_P} EQUAL 8)
+ set(RENDERING_TESTS_64bit
+- test-rtl-vertical
++ # test-rtl-vertical
+
+ # .otf font with compressed SVG glyphs
+ text-gzipped-svg-glyph
+@@ -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 --