GNU bug report logs -
#72700
[PATCH] gnu: Remove an unnecessary test timeout for at-spi2-core
Previous Next
Reported by: Nikola <nikola <at> radojevic.rs>
Date: Sun, 18 Aug 2024 15:34:01 UTC
Severity: normal
Tags: patch
Done: Tobias Geerinckx-Rice <me <at> tobias.gr>
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 72700 in the body.
You can then email your comments to 72700 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72700
; Package
guix-patches
.
(Sun, 18 Aug 2024 15:34:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nikola <nikola <at> radojevic.rs>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 18 Aug 2024 15:34:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
aarch64 builds keep failing because of this timeout, so removing this
timeout should help
---
gnu/packages/gtk.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 04183fa806..05041b57ab 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -856,6 +856,10 @@ (define-public at-spi2-core
(with-directory-excursion (string-append "../at-spi2-core-"
#$version "")
(invoke "dbus-run-session" "--" "ci/run-registryd-tests.sh")
+ ;; Remove test timeout which caused failed builds on
+ ;; aarch64
+ (substitute* "tests/atspi/meson.build"
+ ((", timeout: [0-9]+") ""))
(substitute* "ci/run-tests.sh"
(("ps auxwww") "") ;avoid a dependency on procps
(("meson test -C _build")
--
2.45.2
Reply sent
to
Tobias Geerinckx-Rice <me <at> tobias.gr>
:
You have taken responsibility.
(Sun, 18 Aug 2024 22:38:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Nikola <nikola <at> radojevic.rs>
:
bug acknowledged by developer.
(Sun, 18 Aug 2024 22:38:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 72700-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Thanks! Pushed as 58a839273d1e4fac2b3a0ec456aabdf82deaa124.
I tweaked the commit message to fit our norms, which mostly match
the GNU ‘changelog’ style:
gnu: at-spi2-core: Remove unnecessary test timeout.
[Free-form blurb goes here, if you want, but more often than
not
future readers are better served by a succinct code comment.]
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Remove the
‘timeout’ argument from the test invocation.
Closing,
T G-R
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 16 Sep 2024 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 277 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.