unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51890] Vigra: disable more failing tests on core-updates-frozen
@ 2021-11-16 11:12 Vivien Kraus via Guix-patches via
       [not found] ` <handler.51890.B.163706156122505.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2021-11-16 11:12 UTC (permalink / raw)
  To: 51890


[-- Attachment #1.1: Type: text/plain, Size: 149 bytes --]


Dear guix,

vigra fails to pass a few more tests on core-updates-frozen. I propose
that we discard them. What do you think?

Best regards,

Vivien


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: Disable more failing tests for vigra --]
[-- Type: text/x-patch, Size: 1216 bytes --]

From 9c376135ea264418cdc9eaa339274f244ba2e729 Mon Sep 17 00:00:00 2001
From: Vivien Kraus <vivien@planete-kraus.eu>
Date: Tue, 16 Nov 2021 08:18:42 +0000
Subject: [PATCH] gnu: vigra: Disable more failing tests.

* gnu/packages/image.scm (vigra) [phase disable-broken-tests]: Also disable
test2.
---
 gnu/packages/image.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index ed846d7141..6d5408864e 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1230,6 +1230,12 @@ (define-public vigra
               ;; <https://github.com/ukoethe/vigra/issues/436>.
               (substitute* "vigranumpy/test/CMakeLists.txt"
                 (("test1\\.py") ""))
+              (substitute* "vigranumpy/test/CMakeLists.txt"
+                (("test[23]\\.py") ""))
+              (substitute* "vigranumpy/test/CMakeLists.txt"
+                (("test_arraytypes\\.py") ""))
+              (substitute* "vigranumpy/test/CMakeLists.txt"
+                (("test_multidef\\.py") ""))
               #t)))
         #:configure-flags
           (list "-Wno-dev" ; suppress developer mode with lots of warnings
-- 
2.33.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 658 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-18 13:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 11:12 [bug#51890] Vigra: disable more failing tests on core-updates-frozen Vivien Kraus via Guix-patches via
     [not found] ` <handler.51890.B.163706156122505.ack@debbugs.gnu.org>
2021-11-17  8:54   ` Vivien Kraus via Guix-patches via
2021-11-18  9:09     ` Ludovic Courtès
2021-11-18  9:17       ` Efraim Flashner
2021-11-18 13:18         ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).