guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: gst-plugins-bad: Disable the no


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: gst-plugins-bad: Disable the nondeterministic 'shm_live' test.
Date: Fri, 12 Nov 2021 21:42:11 -0500

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

apteryx pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new b05f3e6  gnu: gst-plugins-bad: Disable the nondeterministic 'shm_live' 
test.
b05f3e6 is described below

commit b05f3e6a9b9c941f4d8ba75d0883347b545833f7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 12 21:23:54 2021 -0500

    gnu: gst-plugins-bad: Disable the nondeterministic 'shm_live' test.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad):
    [phases]{adjust-tests}: Disable the 'shm' test suite, which includes
    'shm_live'.
---
 gnu/packages/gstreamer.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index a4c7967..7371f1c 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -768,6 +768,11 @@ model to base your own plug-in on, here it is.")
                  ((".*elements/msdkh264enc\\.c.*") "")
                  ((".*elements/svthevcenc\\.c.*") "")
 
+                 ;; The 'elements_shm.test_shm_live' test sometimes times out
+                 ;; (see:
+                 ;; 
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/790).
+                 ((".*'elements/shm\\.c'.*") "")
+
                  ;; FIXME: Why is this failing.
                  ((".*elements/dash_mpd\\.c.*") "")
 



reply via email to

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