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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50342 in the body.
You can then email your comments to 50342 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#50342; Package guix-patches. (Thu, 02 Sep 2021 17:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Thiago Jung Bauermann <bauermann <at> kolabnow.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 02 Sep 2021 17:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 06 Sep 2021 11:53:02 GMT) Full text and rfc822 format available.

Notification sent to Thiago Jung Bauermann <bauermann <at> kolabnow.com>:
bug acknowledged by developer. (Mon, 06 Sep 2021 11:53:02 GMT) Full text and rfc822 format available.

Message #10 received at 50342-done <at> debbugs.gnu.org (full text, mbox):

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




Information forwarded to guix-patches <at> gnu.org:
bug#50342; Package guix-patches. (Mon, 06 Sep 2021 13:39:01 GMT) Full text and rfc822 format available.

Message #13 received at 50342-done <at> debbugs.gnu.org (full text, mbox):

From: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
To: Ludovic Courtès <ludo <at> gnu.org>
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 10:37:43 -0300
Hi Ludo,

Em segunda-feira, 6 de setembro de 2021, às 08:52:27 -03, Ludovic Courtès 
escreveu:
> 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!

Thank you!

-- 
Thanks,
Thiago






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 05 Oct 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 202 days ago.

Previous Next


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