[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/290: gnu: upower: Disable failing test.
From: |
guix-commits |
Subject: |
79/290: gnu: upower: Disable failing test. |
Date: |
Mon, 31 Mar 2025 05:06:37 -0400 (EDT) |
andreas pushed a commit to branch core-packages-team
in repository guix.
commit 347064e94d16610efb72f56f8d641ed464ae9ec9
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Dec 30 21:20:17 2024 +0100
gnu: upower: Disable failing test.
* gnu/packages/gnome.scm (upower)[arguments]: In phase "adjust-tests-suite",
disable failing "test_daemon_restart" test.
Change-Id: I2f4083cd46eb089d7dabfa41a6b1b3b35888ec72
---
gnu/packages/gnome.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 65bb25dd01..963df9de52 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5990,7 +5990,9 @@ faster results and to avoid unnecessary server load.")
;; This test calls an unimplemented bluez dbus method.
(substitute* "src/linux/integration-test.py"
(("test_bluetooth_hidpp_mouse")
- "disabled_test_bluetooth_hidpp_mouse"))
+ "disabled_test_bluetooth_hidpp_mouse")
+ (("test_daemon_restart")
+ "disabled_test_daemon_restart"))
#$@(if (target-x86-32?)
;; Address test failure caused by excess precision
;; on i686:
- 52/290: gnu: slim: Fix build with gcc-14., (continued)
- 52/290: gnu: slim: Fix build with gcc-14., guix-commits, 2025/03/31
- 58/290: gnu: libedit: Use -Wno-error= for cross-build., guix-commits, 2025/03/31
- 66/290: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2025/03/31
- 67/290: gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14., guix-commits, 2025/03/31
- 68/290: gnu: gcc-4.7: Fix build with gcc-14., guix-commits, 2025/03/31
- 70/290: gnu: polkit: Fix build with gcc-14., guix-commits, 2025/03/31
- 71/290: gnu: xfsprogs: Update to 6.12.0; fixes build with gcc-14., guix-commits, 2025/03/31
- 69/290: Revert "gnu: gcc-4.7: Fix build with gcc-14.", guix-commits, 2025/03/31
- 74/290: gnu: samba/pinned: Update to 4.18.1; fixes build with gcc-14., guix-commits, 2025/03/31
- 82/290: gnu: gavl: Fix build by using gcc-13., guix-commits, 2025/03/31
- 79/290: gnu: upower: Disable failing test.,
guix-commits <=
- 77/290: gnu: emacs: Fix build with gcc-14., guix-commits, 2025/03/31
- 89/290: gnu: opensc: Update to 0.26.0; fixes build with gcc-14., guix-commits, 2025/03/31
- 90/290: gnu: syslinux: Drop python2 dependency., guix-commits, 2025/03/31
- 92/290: gnu: gmime: Update to 3.2.15; fixes build with gcc-14., guix-commits, 2025/03/31
- 101/290: gnu: libquicktime: Fix build with gcc-14., guix-commits, 2025/03/31
- 93/290: gnu: libmpeg3: Fix build with gcc-14., guix-commits, 2025/03/31
- 112/290: gnu: efivar: Fix build on i686-linux with gcc-14., guix-commits, 2025/03/31
- 113/290: gnu: startup-notification: Fix build with gcc-14., guix-commits, 2025/03/31
- 123/290: gnu: zile: Fix build with gcc-14., guix-commits, 2025/03/31
- 102/290: gnu: transcode: Fix build with gcc-14., guix-commits, 2025/03/31