GNU bug report logs - #53552
[PATCH] gnu: python-uvloop: Skip failing test on PowerPC.

Previous Next

Package: guix-patches;

Reported by: Lars-Dominik Braun <lars <at> 6xq.net>

Date: Wed, 26 Jan 2022 17:49:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#53552: closed ([PATCH] gnu: python-uvloop: Skip failing test
 on PowerPC.)
Date: Sun, 27 Jul 2025 13:33:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 27 Jul 2025 14:31:51 +0100
with message-id <87pldlahfc.fsf <at> gmail.com>
and subject line [PATCH] gnu: python-uvloop: Skip failing test on PowerPC.
has caused the debbugs.gnu.org bug report #53552,
regarding [PATCH] gnu: python-uvloop: Skip failing test on PowerPC.
to be marked as done.

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


-- 
53552: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=53552
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Lars-Dominik Braun <lars <at> 6xq.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-uvloop: Skip failing test on PowerPC.
Date: Wed, 26 Jan 2022 18:48:23 +0100
* gnu/packages/python-web.scm (python-uvloop)[arguments]: Conditionally
skip test on target-powerpc?.
---
 gnu/packages/python-web.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


Hi,

can someone using a PowerPC machine please verify this fixes the build
failure here: https://ci.guix.gnu.org/build/424653/details

Thanks,
Lars

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 406c6cb51b..1c90fde331 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4644,7 +4644,11 @@ (define-public python-uvloop
                               ;; It looks like pytest is preventing
                               ;; custom stdout/stderr redirection,
                               ;; even with -s.
-                              "and not test_process_streams_redirect "))))))))
+                              "and not test_process_streams_redirect "
+                              ;; Fails for unknown reasons.
+                              (if target-powerpc?
+                                  "and not test_write_buffer_full "
+                                  "")))))))))
     (native-inputs
      (list python-aiohttp
            python-cython
-- 
2.34.1



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 53552-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: python-uvloop: Skip failing test on PowerPC.
Date: Sun, 27 Jul 2025 14:31:51 +0100
[Message part 4 (text/plain, inline)]
Closing,

Feel free to enable PowerPC build for Uvloop, but it would an other
story on CodeBerg.

---
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 19 days ago.

Previous Next


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