From: Vivien Kraus via Guix-patches via <guix-patches@gnu.org>
To: 51890@debbugs.gnu.org
Subject: [bug#51890] Vigra: disable more failing tests on core-updates-frozen
Date: Tue, 16 Nov 2021 11:12:23 +0000 [thread overview]
Message-ID: <878rxotkvc.fsf@planete-kraus.eu> (raw)
[-- 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 --]
next reply other threads:[~2021-11-16 11:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-16 11:12 Vivien Kraus via Guix-patches via [this message]
[not found] ` <handler.51890.B.163706156122505.ack@debbugs.gnu.org>
2021-11-17 8:54 ` [bug#51890] Vigra: disable more failing tests on core-updates-frozen 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878rxotkvc.fsf@planete-kraus.eu \
--to=guix-patches@gnu.org \
--cc=51890@debbugs.gnu.org \
--cc=vivien@planete-kraus.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).