File: skip-test-lpe.patch

package info (click to toggle)
inkscape 1.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 402,900 kB
  • sloc: cpp: 547,256; python: 72,677; ansic: 63,355; javascript: 3,864; xml: 2,345; sh: 1,667; makefile: 824; perl: 614
file content (33 lines) | stat: -rw-r--r-- 858 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 914e052..18e45f8 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()
 
@@ -104,7 +104,7 @@ set(TEST_SOURCES
     2geom-characterization-test
     xml-test
     sp-item-group-test
-    lpe-test
+    #lpe-test
     ${LPE_TESTS_64bit}
     )