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: Fix test suite on riscv64-l


From: guix-commits
Subject: branch master updated: gnu: gst-plugins-bad: Fix test suite on riscv64-linux.
Date: Sun, 18 Jun 2023 13:59:31 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6744ec2f35 gnu: gst-plugins-bad: Fix test suite on riscv64-linux.
6744ec2f35 is described below

commit 6744ec2f3535a720a4b47425f1b6f42aaa31a182
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jun 18 20:52:53 2023 +0300

    gnu: gst-plugins-bad: Fix test suite on riscv64-linux.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Adjust custom
    'adjust-tests phase to help tests pass on riscv64-linux.
---
 gnu/packages/gstreamer.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 8971c11479..075f424560 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -799,6 +799,14 @@ model to base your own plug-in on, here it is.")
 
                   ;; This test is flaky on at least some architectures.
                   ;; 
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244
+                  #$@(if (target-riscv64?)
+                       `((("'elements/camerabin\\.c'\\].*],")
+                          "'elements/camerabin.c'], true, ],")
+                         (("'elements/viewfinderbin\\.c'\\].*],")
+                          "'elements/viewfinderbin.c'], true, ],"))
+                       '())
+
+                  ;; This substitution is no longer effective and can be 
removed.
                   #$@(if (member (%current-system)
                                  '("i686-linux" "aarch64-linux" 
"riscv64-linux"))
                          `((("'elements/camerabin\\.c'\\]\\],")



reply via email to

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