guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: php: Remove watchpoint tests on powerpc64le.


From: guix-commits
Subject: 02/02: gnu: php: Remove watchpoint tests on powerpc64le.
Date: Mon, 6 Sep 2021 07:58:27 -0400 (EDT)

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

commit aa1e952d21827ae97d5ff0416cf5600cb6d7bdfd
Author: Thiago Jung Bauermann <bauermann@kolabnow.com>
AuthorDate: Thu Sep 2 14:29:41 2021 -0300

    gnu: php: Remove watchpoint tests on powerpc64le.
    
    All watchpoint tests except watch_002.phpt fail.  There’s an upstream bug
    report about this problem so in the meantime remove them since it doesn’t
    impact actually running PHP programs.
    
    * gnu/packages/php.scm (php)[arguments]<#:phases>{prepare-tests}: Remove
    watchpoint tests on powerpc64le.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/php.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 89fa978..7022eb6 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -197,6 +197,20 @@
                                 "Zend/tests/concat_003.phpt")))
                    '())
 
+             ,@(if (target-ppc64le?)
+                   ;; Drop tests known to fail on powerpc64le.
+                   '((for-each delete-file
+                               (list
+                                ;; phpdbg watchpoints don't work.
+                                ;; Bug tracked upstream at:
+                                ;; https://bugs.php.net/bug.php?id=81408
+                                "sapi/phpdbg/tests/watch_001.phpt"
+                                "sapi/phpdbg/tests/watch_003.phpt"
+                                "sapi/phpdbg/tests/watch_004.phpt"
+                                "sapi/phpdbg/tests/watch_005.phpt"
+                                "sapi/phpdbg/tests/watch_006.phpt")))
+                   '())
+
              ;; Drop tests that are known to fail.
              (for-each delete-file
                        '("ext/posix/tests/posix_getgrgid.phpt"    ; Requires 
/etc/group.



reply via email to

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