[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/46: gnu: telepathy-glib: Disable failing tests.
From: |
guix-commits |
Subject: |
31/46: gnu: telepathy-glib: Disable failing tests. |
Date: |
Sat, 18 Apr 2020 17:55:19 -0400 (EDT) |
kkebreau pushed a commit to branch core-updates
in repository guix.
commit 9064cde1a9332006f99000d303374239054d9b4b
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Dec 21 23:19:13 2019 -0500
gnu: telepathy-glib: Disable failing tests.
* gnu/packages/glib.scm (telepathy-glib)[arguments]: Add phase to disable
failing tests.
(cherry picked from commit 9049e4d808f241dd88ddcb6a0f74b0766624fb08)
---
gnu/packages/glib.scm | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 185066a..1e99419 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -825,7 +825,18 @@ up the Gnome environment, and are used in many unrelated
projects.")
;;
;; EOFError: EOF read where object expected
;; make[2]: *** [Makefile:1906:
_gen/register-dbus-glib-marshallers-body.h] Error 1
- #:parallel-build? #f))
+ #:parallel-build? #f
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'disable-failing-tests
+ (lambda _
+ ;; None of the tests below are able to find the org.gtk.vfs.Daemon
+ ;; service file provided by gvfs.
+ (substitute* "tests/dbus/Makefile.in"
+ (("test-contacts\\$\\(EXEEXT\\)") "")
+ (("test-file-transfer-channel\\$\\(EXEEXT\\)") "")
+ (("test-stream-tube\\$\\(EXEEXT\\)") ""))
+ #t)))))
(native-inputs
`(("glib" ,glib "bin") ; uses glib-mkenums
("gobject-introspection" ,gobject-introspection)
- 36/46: gnu: gnome-sudoku: Update to 3.34.1., (continued)
- 36/46: gnu: gnome-sudoku: Update to 3.34.1., guix-commits, 2020/04/18
- 33/46: gnu: gnome-shell: Update to 3.34.2., guix-commits, 2020/04/18
- 43/46: gnu: orca: Update to 3.34.1., guix-commits, 2020/04/18
- 13/46: gnu: libgweather: Update to 3.34.0., guix-commits, 2020/04/18
- 17/46: gnu: dbus-glib: Update to 0.110., guix-commits, 2020/04/18
- 22/46: gnu: gnome-control-center: Update to 3.34.2., guix-commits, 2020/04/18
- 21/46: gnu: gnome-settings-daemon: Update to 3.34.1., guix-commits, 2020/04/18
- 26/46: gnu: gnome-terminal: Update to 3.34.2., guix-commits, 2020/04/18
- 07/46: gnu: gsettings-desktop-schemas: Update to 3.34.0., guix-commits, 2020/04/18
- 32/46: gnu: gjs: Update to 1.58.3., guix-commits, 2020/04/18
- 31/46: gnu: telepathy-glib: Disable failing tests.,
guix-commits <=
- 39/46: gnu: gnome-clocks: Update to 3.34.0., guix-commits, 2020/04/18
- 41/46: gnu: gnome-tweaks: Update to 3.34.0., guix-commits, 2020/04/18
- 44/46: gnu: cheese: Update to 3.34.0., guix-commits, 2020/04/18
- 45/46: gnu: gnome-maps: Update to 3.34.2., guix-commits, 2020/04/18
- 08/46: gnu: libdazzle: Update to 3.34.1., guix-commits, 2020/04/18
- 24/46: gnu: gnome-keyring: Update to 3.34.0., guix-commits, 2020/04/18
- 29/46: gnu: mutter: Update to 3.34.2., guix-commits, 2020/04/18
- 30/46: gnu: gdm: Update to 3.34.1., guix-commits, 2020/04/18
- 28/46: gnu: totem: Update to 3.34.1., guix-commits, 2020/04/18
- 38/46: gnu: gnome-klotski: Update to 3.34.0., guix-commits, 2020/04/18