guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gst-plugins-bad: Skip elements/camerabin tes


From: guix-commits
Subject: branch master updated: gnu: gst-plugins-bad: Skip elements/camerabin test on some systems.
Date: Sat, 26 Nov 2022 07:48:57 -0500

This is an automated email from the git hooks/post-receive script.

lilyp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ca98b3ab26 gnu: gst-plugins-bad: Skip elements/camerabin test on some 
systems.
ca98b3ab26 is described below

commit ca98b3ab26b0a6f8024e35a7a9c23b896fd26b8c
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Oct 25 11:49:38 2022 +0100

    gnu: gst-plugins-bad: Skip elements/camerabin test on some systems.
    
    It seems to frequently fail on i686-linux and aarch64-linux.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Skip the
    elements/camerabin test on i686-linux and aarch64-linux.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/gstreamer.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index a92588a9e2..e46bf7b741 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -791,6 +791,14 @@ model to base your own plug-in on, here it is.")
                   ;; FIXME: Why is this failing.
                   ((".*elements/dash_mpd\\.c.*") "")
 
+                  ;; This test is flaky on at least some architectures.
+                  ;; 
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244
+                  #$@(if (member (%current-system)
+                                 '("i686-linux" "aarch64-linux"))
+                         `((("'elements/camerabin\\.c'\\]\\],")
+                            "'elements/camerabin.c'], true, ],"))
+                         '())
+
                   ;; These tests are flaky and occasionally time out:
                   ;; 
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/932
                   ((".*elements/curlhttpsrc\\.c.*") "")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]