File: skip-test-geom-pathstroke.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 (25 lines) | stat: -rw-r--r-- 771 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
From: =?utf-8?q?Jeremy_B=C3=ADcha?= <jeremy.bicha@canonical.com>
Date: Sun, 16 Mar 2025 20:01:10 -0400
Subject: Skip geom-pathstroke test

fails on multiple architectures
https://buildd.debian.org/status/logs.php?pkg=inkscape&ver=1.4-3

Forwarded: https://gitlab.com/inkscape/lib2geom/-/issues/80
---
 testfiles/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testfiles/CMakeLists.txt b/testfiles/CMakeLists.txt
index 136c779..26b3065 100644
--- a/testfiles/CMakeLists.txt
+++ b/testfiles/CMakeLists.txt
@@ -94,7 +94,7 @@ set(TEST_SOURCES
     sp-gradient-test
     svg-path-geom-test
     visual-bounds-test
-    geom-pathstroke-test
+    #geom-pathstroke-test
     livarot-pathoutline-test
     object-test
     sp-glyph-kerning-test