[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
159/203: gnu: gstreamer: Disable the pipelines-seek test.
From: |
guix-commits |
Subject: |
159/203: gnu: gstreamer: Disable the pipelines-seek test. |
Date: |
Wed, 3 Nov 2021 21:10:30 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 22c4bb5503b9db10d3dd44b707c58098465567b3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Oct 27 16:52:33 2021 -0400
gnu: gstreamer: Disable the pipelines-seek test.
* gnu/packages/gstreamer.scm (gstreamer)
[phases]{disable-problematic-tests}: New phase.
---
gnu/packages/gstreamer.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 2a7679b..2ee9fdc 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -497,7 +497,15 @@ the GStreamer multimedia framework.")
"")
(("tcase_add_test \\(tc_chain,
test_stress_reschedule.*")
"")))))
- '()))))
+ '())
+ (add-after 'unpack 'disable-problematic-tests
+ (lambda _
+ ;; Disable the 'pipelines-seek' test, which appears to be load
+ ;; sensitive (see:
+ ;;
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/854).
+ (substitute* "tests/check/meson.build"
+ ((".*'pipelines/seek.c'.*")
+ "")))))))
(propagated-inputs
;; In gstreamer-1.0.pc:
;; Requires: glib-2.0, gobject-2.0
- 108/203: gnu: lsof: Fix indentation., (continued)
- 108/203: gnu: lsof: Fix indentation., guix-commits, 2021/11/03
- 101/203: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/11/03
- 99/203: gnu: python-setuptools-scm: Update to 6.3.2, guix-commits, 2021/11/03
- 94/203: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/11/03
- 122/203: gnu: heimdal: Fix build., guix-commits, 2021/11/03
- 117/203: gnu: graphviz: Update to 2.49.0., guix-commits, 2021/11/03
- 125/203: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/11/03
- 128/203: gnu: libsoup: Reverse inheritance relationship with libsoup-minimal., guix-commits, 2021/11/03
- 127/203: gnu: vala: Update to 0.54.2., guix-commits, 2021/11/03
- 137/203: build: glib-or-gtk: Generate the gdk-pixbuf-loaders cache file in a phase., guix-commits, 2021/11/03
- 159/203: gnu: gstreamer: Disable the pipelines-seek test.,
guix-commits <=
- 141/203: gnu: librsvg: Preserve the loaders.cache file., guix-commits, 2021/11/03
- 152/203: gnu: python-dbus: Update to 1.2.18., guix-commits, 2021/11/03
- 08/203: gnu: gtk+: Add a debug output., guix-commits, 2021/11/03
- 37/203: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/11/03
- 46/203: gnu: gst-libav: Update to 1.19.2., guix-commits, 2021/11/03
- 58/203: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/11/03
- 63/203: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/11/03
- 60/203: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/11/03
- 78/203: gnu: gtk+-2: Fix ‘builder’ test., guix-commits, 2021/11/03
- 79/203: gnu: diffutils: Fix signal processing., guix-commits, 2021/11/03