guix-commits
[Top][All Lists]
Advanced

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

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


From: ???
Subject: 50/55: gnu: gst-plugins-good: Disable a failing rtprtx test.
Date: Sat, 30 Apr 2016 09:49:33 +0000

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

commit 51f170deaac613d93d0c2b0951db28891b830649
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 (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]