guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: php: Fix test failure.


From: guix-commits
Subject: 02/02: gnu: php: Fix test failure.
Date: Mon, 4 Feb 2019 15:15:18 -0500 (EST)

wigust pushed a commit to branch staging
in repository guix.

commit 14a6699c177c0b3435fe5e7d5d5b41f7425889ad
Author: Oleg Pykhalov <address@hidden>
Date:   Mon Feb 4 19:42:30 2019 +0300

    gnu: php: Fix test failure.
    
    * gnu/packages/php.scm (php)[arguments]: Delete
    'ext/curl/tests/curl_basic_009.phpt' file.
---
 gnu/packages/php.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 392ac92..eba1194 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -259,6 +259,8 @@
                          ;; XXX: These test failures appear legitimate, needs 
investigation.
                          ;; open_basedir() restriction failure.
                          "ext/curl/tests/bug61948.phpt"
+                         ;; Fails on recent curl 
https://bugs.php.net/patch-display.php?bug_id=77493
+                         "ext/curl/tests/curl_basic_009.phpt"
                          ;; Expects a false boolean, gets empty array from 
glob().
                          "ext/standard/tests/file/bug41655_1.phpt"
                          "ext/standard/tests/file/glob_variation5.phpt"



reply via email to

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