summaryrefslogtreecommitdiffstats
path: root/debian/patches/skip-test-lpe.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-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}
+ )
+