mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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.
This commit is contained in:
parent
e98689f863
commit
3b7f3108e0
1 changed files with 15 additions and 0 deletions
|
@ -232,6 +232,21 @@ (define-public php
|
|||
;; 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.
|
||||
|
|
Loading…
Reference in a new issue