emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#50342: closed ([PATCH core-updates-frozen] gnu: php: Remove watchpoi


From: GNU bug Tracking System
Subject: bug#50342: closed ([PATCH core-updates-frozen] gnu: php: Remove watchpoint tests on powerpc64le.)
Date: Mon, 06 Sep 2021 11:53:02 +0000

Your message dated Mon, 06 Sep 2021 13:52:27 +0200
with message-id <87bl559b0k.fsf@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@gnu.org.)


-- 
50342: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50342
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#50342: [PATCH core-updates-frozen] gnu: php: Remove watchpoint tests on powerpc64le. Date: Mon, 06 Sep 2021 13:52:27 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Thiago Jung Bauermann <bauermann@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’.


--- End Message ---

reply via email to

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