1
0
Fork 0
inkscape/debian/patches/skip-test-lpe.patch
Daniel Baumann 41dbfbcec5
Adding debian version 1.4-6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 23:40:21 +02:00

33 lines
858 B
Diff

From: Mattia Rizzolo <mattia@debian.org>
Date: Tue, 20 Dec 2022 02:34:52 +0100
Subject: skip test 31 - test_lpe64
this fails on arm64, ppc64el, s390x
Forwarded: https://gitlab.com/inkscape/inkscape/-/issues/3554#note_1035680690
---
testfiles/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testfiles/CMakeLists.txt b/testfiles/CMakeLists.txt
index a541afd..fce8a82 100644
--- a/testfiles/CMakeLists.txt
+++ b/testfiles/CMakeLists.txt
@@ -53,7 +53,7 @@ if(${CMAKE_SIZEOF_VOID_P} EQUAL 8)
set(LPE_TESTS_64bit
#0.92 or lower LPEs
# (test not stable on 32bit Windows)
- lpe64-test
+ #lpe64-test
)
endif()
@@ -103,7 +103,7 @@ set(TEST_SOURCES
2geom-characterization-test
xml-test
sp-item-group-test
- lpe-test
+ #lpe-test
${LPE_TESTS_64bit}
)