[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
159/201: gnu: gstreamer: Disable the pipelines-seek test.
From: |
guix-commits |
Subject: |
159/201: gnu: gstreamer: Disable the pipelines-seek test. |
Date: |
Mon, 1 Nov 2021 23:19:07 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit aab75453d240a2dec5e2dceca16ac56c79951837
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
- 70/201: gnu: python-keras: Enable parallel tests., (continued)
- 70/201: gnu: python-keras: Enable parallel tests., guix-commits, 2021/11/01
- 25/201: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/11/01
- 44/201: gnu: gst-plugins-bad: Update to 1.19.2., guix-commits, 2021/11/01
- 42/201: gnu: gst-plugins-good: Update to 1.19.2., guix-commits, 2021/11/01
- 125/201: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/11/01
- 135/201: gnu: ungoogled-chromium: Use the new lld-as-ld-wrapper., guix-commits, 2021/11/01
- 146/201: gnu: nspr: Normalize inputs., guix-commits, 2021/11/01
- 151/201: gnu: python-hypothesis: Update to 6.23.4., guix-commits, 2021/11/01
- 153/201: gnu: boost: Update to 1.77.0., guix-commits, 2021/11/01
- 157/201: gnu: python-dateutil: Update to 2.8.2., guix-commits, 2021/11/01
- 159/201: gnu: gstreamer: Disable the pipelines-seek test.,
guix-commits <=
- 176/201: gnu: Add libxcvt., guix-commits, 2021/11/01
- 169/201: gnu: Add meson-0.59., guix-commits, 2021/11/01
- 195/201: gnu: openblas: Update to 0.3.18., guix-commits, 2021/11/01
- 186/201: gnu: libblockdev: Update to 2.26., guix-commits, 2021/11/01
- 187/201: gnu: Add webkitgtk-2.32., guix-commits, 2021/11/01
- 197/201: gnu: ansible-core: Update to 2.11.6., guix-commits, 2021/11/01
- 173/201: gnu: tracker: Use libsoup-minimal-2 to fix build., guix-commits, 2021/11/01
- 170/201: gnu: gtkmm-3: Update to 3.24.5., guix-commits, 2021/11/01
- 201/201: gnu: guile-ssh: Update to 0.13.1-2e25d85., guix-commits, 2021/11/01
- 74/201: gnu: python-keras: Skip a flaky test., guix-commits, 2021/11/01