guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

254/459: gnu: gdk-pixbuf: Adjust skipped failing tests.


From: guix-commits
Subject: 254/459: gnu: gdk-pixbuf: Adjust skipped failing tests.
Date: Mon, 24 Apr 2023 15:03:11 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 29a84854bc9caa2e82ca01b7e19b2fd243ab0fbc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 26 01:23:41 2023 +0200

    gnu: gdk-pixbuf: Adjust skipped failing tests.
    
    * gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: In 'disable-failing-tests
    phase skip a different test.
---
 gnu/packages/gtk.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 024d946c2d..44e12808eb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -784,8 +784,10 @@ highlighting and other features typical of a source code 
editor.")
        (modify-phases %standard-phases
          (add-before 'configure 'disable-failing-tests
            (lambda _
-             (substitute* "tests/meson.build"
-               (("\\[ 'pixbuf-fail', \\['conform', 'slow'\\], \\],")
+             ;; The test for the fix for issue 205 causes failures.
+             ;; https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/215
+             (substitute* "tests/pixbuf-jpeg.c"
+               ((".*/pixbuf/jpeg/issue205.*")
                 ""))))
          ;; The slow tests take longer than the specified timeout.
          ,@(if (any (cute string=? <> (%current-system))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]