summaryrefslogtreecommitdiffstats
path: root/debian/patches/skip-test-lpe.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:50:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:50:52 +0000
commit907022700e065013d64cc64196ddc175d4c454d6 (patch)
tree218a957b3859521100533257263f435269d02fb4 /debian/patches/skip-test-lpe.patch
parentAdding upstream version 1.3+ds. (diff)
downloadinkscape-907022700e065013d64cc64196ddc175d4c454d6.tar.xz
inkscape-907022700e065013d64cc64196ddc175d4c454d6.zip
Adding debian version 1.3+ds-1.debian/1.3+ds-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/skip-test-lpe.patch')
-rw-r--r--debian/patches/skip-test-lpe.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/patches/skip-test-lpe.patch b/debian/patches/skip-test-lpe.patch
new file mode 100644
index 0000000..e61e4c8
--- /dev/null
+++ b/debian/patches/skip-test-lpe.patch
@@ -0,0 +1,26 @@
+Description: skip test 31 - test_lpe64
+ this fails on ard64, s390x, ppc64el
+Bug: https://gitlab.com/inkscape/inkscape/-/issues/3554#note_1035680690
+Forwarded: not-needed
+Last-Update: 2022-12-20
+
+--- a/testfiles/CMakeLists.txt
++++ b/testfiles/CMakeLists.txt
+@@ -53,7 +53,7 @@
+ set(LPE_TESTS_64bit
+ #0.92 or lower LPEs
+ # (test not stable on 32bit Windows)
+- lpe64-test
++ #lpe64-test
+ )
+ endif()
+
+@@ -98,7 +98,7 @@
+ 2geom-characterization-test
+ xml-test
+ sp-item-group-test
+- lpe-test
++ #lpe-test
+ ${LPE_TESTS_64bit}
+ )
+