[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: gst-plugins-bad: Ignore elements_netsim test.
From: |
guix-commits |
Subject: |
06/09: gnu: gst-plugins-bad: Ignore elements_netsim test. |
Date: |
Sun, 26 May 2024 12:35:08 -0400 (EDT) |
cbaines pushed a commit to branch gnome-team
in repository guix.
commit d68e2164ad836b4063db4f46b22fcb25841d03c8
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Tue May 14 09:27:30 2024 +0200
gnu: gst-plugins-bad: Ignore elements_netsim test.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[adjust-tests]: Add
“elements/netsim.c” to the list of ignored test files.
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/gstreamer.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 2705e245ea..ad08285181 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -796,6 +796,10 @@ model to base your own plug-in on, here it is.")
;; The 'elements_curlhttpsrc' test sometimes times out.
((".*'elements/curlhttpsrc\\.c'.*") "")
+ ;; Unexpected critical/warning, see
+ ;;
<https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000>
+ ((".*'elements/netsim\\.c'.*") "")
+
;; TODO: Figure out why this test fails on riscv64-linux.
#$@(if (target-riscv64?)
`((("'elements/viewfinderbin\\.c'\\].*],")
- branch gnome-team created (now 0f32de7cc6), guix-commits, 2024/05/26
- 06/09: gnu: gst-plugins-bad: Ignore elements_netsim test.,
guix-commits <=
- 01/09: gnu: gtkmm@3: Update to 3.24.9., guix-commits, 2024/05/26
- 07/09: gnu: qtbase: Ignore tst_qsqlthread., guix-commits, 2024/05/26
- 09/09: gnu: gnome-builder: Fix build., guix-commits, 2024/05/26
- 02/09: gnu: vala: Update to 0.56.16., guix-commits, 2024/05/26
- 08/09: gnu: qemu: Disable more tests., guix-commits, 2024/05/26
- 05/09: gnu: wpewebkit: Update to 2.44.1., guix-commits, 2024/05/26
- 04/09: gnu: webkitgtk: Update to 2.44.1., guix-commits, 2024/05/26
- 03/09: gnu: gtk: Update to 4.14.2., guix-commits, 2024/05/26