guix-commits
[Top][All Lists]
Advanced

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

50/56: gnu: gst-plugins-good: Disable a failing rtprtx test.


From: ???
Subject: 50/56: gnu: gst-plugins-good: Disable a failing rtprtx test.
Date: Mon, 02 May 2016 13:38:41 +0000

iyzsong pushed a commit to branch gnome-updates
in repository guix.

commit 2e4eb7b9b8e54783a631055a6da884032751ff79
Author: 宋文武 <address@hidden>
Date:   Fri Apr 29 16:36:41 2016 +0800

    gnu: gst-plugins-good: Disable a failing rtprtx test.
    
    * gnu/packages/gstreamer.scm (gst-plugins-good)[arguments]: Disable
    'test_rtxreceive_data_reconstruction'.
---
 gnu/packages/gstreamer.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 9790095..483710f 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -244,6 +244,9 @@ for the GStreamer multimedia library.")
             ;; XXX FIXME: Try removing this for version > 1.8.0.
             (substitute* "tests/check/elements/rtprtx.c"
               (("tcase_add_test \\(tc_chain, test_push_forward_seq\\);" all)
+               (string-append "/* " all " */"))
+              (("tcase_add_test \
+\\(tc_chain, test_rtxreceive_data_reconstruction\\);" all)
                (string-append "/* " all " */")))
             (substitute* "tests/check/elements/splitmux.c"
               (("tcase_add_test \\(tc_chain, test_splitmuxsink\\);" all)



reply via email to

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