guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: php: Remove failing tests.


From: guix-commits
Subject: branch core-updates updated: gnu: php: Remove failing tests.
Date: Wed, 06 May 2020 13:32:29 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 3b7f310  gnu: php: Remove failing tests.
3b7f310 is described below

commit 3b7f3108e0ebd459ec9c75717988fc61755e7185
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Wed May 6 12:55:31 2020 -0400

    gnu: php: Remove failing tests.
    
    * gnu/packages/php.scm (php)[phases]{prepare-tests}: Remove the
    ext/gd/tests/bug65148.phpt, ext/gd/tests/bug66590.phpt,
    ext/gd/tests/bug73869.phpt, ext/gd/tests/webp_basic.phpt and
    ext/gd/tests/imagecreatefromstring_webp.phpt tests.
---
 gnu/packages/php.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 2dffa0a..a461a2b 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -232,6 +232,21 @@
                          ;; This bug should have been fixed in gd 2.2.2.
                          ;; Is it a regression?
                          "ext/gd/tests/bug65148.phpt"
+                         ;; This bug should have been fixed in the gd 2.2
+                         ;; series.  Perhaps a regression introduced by gd
+                         ;; 2.3.0?
+                         "ext/gd/tests/bug66590.phpt"
+                         ;; This bug should have been fixed in the php-5.5
+                         ;; series.  Perhaps a regression introduced by gd
+                         ;; 2.3.0?
+                         "ext/gd/tests/bug70102.phpt"
+                         ;; This bug should have been fixed in the php-5.6
+                         ;; series.  Perhaps a regression introduced by gd
+                         ;; 2.3.0?
+                         "ext/gd/tests/bug73869.phpt"
+                         ;; Some WebP related tests fail.
+                         "ext/gd/tests/webp_basic.phpt"
+                         "ext/gd/tests/imagecreatefromstring_webp.phpt"
                          ;; Expected error message, but from the wrong function
                          "ext/gd/tests/bug77269.phpt"
                          ;; TODO: Enable these when libgd is built with xpm 
support.



reply via email to

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