File: skip-tests-multi-architectures.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 (26 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download | duplicates (2)
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
From: =?utf-8?q?Jeremy_B=C3=ADcha?= <jeremy.bicha@canonical.com>
Date: Sun, 16 Mar 2025 20:01:10 -0400
Subject: Skip tests that fail on several release architectures

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

Forwarded: https://gitlab.com/inkscape/inbox/-/issues/11399
---
 testfiles/cli_tests/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testfiles/cli_tests/CMakeLists.txt b/testfiles/cli_tests/CMakeLists.txt
index 99e8c80..1c6310c 100644
--- a/testfiles/cli_tests/CMakeLists.txt
+++ b/testfiles/cli_tests/CMakeLists.txt
@@ -933,8 +933,8 @@ TEST_BIG_ENDIAN(IS_BIG_ENDIAN)
 
 # CMS testing disabled because CI builder doesn't support LCMS yet.
 # add_pdfinput_test(cms 1)
-add_pdfinput_test(font-spacing 1 draw-all)
-add_pdfinput_test(font-style 1 draw-all)
+#add_pdfinput_test(font-spacing 1 draw-all)
+#add_pdfinput_test(font-style 1 draw-all)
 add_pdfinput_test(gradients 1 draw-all)
 add_pdfinput_test(latex 1 draw-all)
 add_pdfinput_test(transparency-groups 1 draw-all)