guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: php: Disable unreliable test.


From: guix-commits
Subject: branch master updated: gnu: php: Disable unreliable test.
Date: Mon, 21 Sep 2020 09:24:08 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f23e439  gnu: php: Disable unreliable test.
f23e439 is described below

commit f23e439f9f89b8dbcc5bf76135842a1e49f8526a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Sep 21 14:21:02 2020 +0200

    gnu: php: Disable unreliable test.
    
    * gnu/packages/php.scm (php)[arguments]: Delete bug73837.phpt.
---
 gnu/packages/php.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 18fc9f1..779b7ea 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -311,7 +311,11 @@
                          ;; ("ISO-8859-1"=>"UTF-8") unknown error.
                          "ext/standard/tests/file/bug43008.phpt"
                          ;; Table data not created in sqlite(?).
-                         "ext/pdo_sqlite/tests/bug_42589.phpt"))
+                         "ext/pdo_sqlite/tests/bug_42589.phpt"
+
+                         ;; This tests whether microseconds ‘differ enough’ and
+                         ;; fails inconsistently on ‘fast’ machines.
+                         "ext/date/tests/bug73837.phpt"))
 
              ;; Skip tests requiring network access.
              (setenv "SKIP_ONLINE_TESTS" "1")



reply via email to

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