GNU bug report logs - #50342
[PATCH core-updates-frozen] gnu: php: Remove watchpoint tests on powerpc64le.

Previous Next

Package: guix-patches;

Reported by: Thiago Jung Bauermann <bauermann <at> kolabnow.com>

Date: Thu, 2 Sep 2021 17:31:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#50342: closed ([PATCH core-updates-frozen] gnu: php: Remove
 watchpoint tests on powerpc64le.)
Date: Mon, 06 Sep 2021 11:53:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 06 Sep 2021 13:52:27 +0200
with message-id <87bl559b0k.fsf <at> gnu.org>
and subject line Re: bug#50342: [PATCH core-updates-frozen] gnu: php: Remove watchpoint tests on powerpc64le.
has caused the debbugs.gnu.org bug report #50342,
regarding [PATCH core-updates-frozen] gnu: php: Remove watchpoint tests on powerpc64le.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
50342: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50342
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
To: guix-patches <at> gnu.org
Cc: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Subject: [PATCH core-updates-frozen] gnu: php: Remove watchpoint tests on
 powerpc64le.
Date: Thu,  2 Sep 2021 14:29:41 -0300
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.
---
 gnu/packages/php.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 89fa978bd28a..7022eb6c9a2a 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.


[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Cc: 50342-done <at> debbugs.gnu.org
Subject: Re: bug#50342: [PATCH core-updates-frozen] gnu: php: Remove
 watchpoint tests on powerpc64le.
Date: Mon, 06 Sep 2021 13:52:27 +0200
Hi,

Thiago Jung Bauermann <bauermann <at> kolabnow.com> skribis:

> 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.

Applied, thanks!

Ludo’.


This bug report was last modified 3 years and 321 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.