bug-guix
[Top][All Lists]
Advanced

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

bug#57868: [PATCH] gnu: gstreamer: Phase disable-systemclock-test on all


From: Nicolas Graves
Subject: bug#57868: [PATCH] gnu: gstreamer: Phase disable-systemclock-test on all platforms.
Date: Mon, 25 Dec 2023 19:02:51 +0100

* gnu/packages/gstreamer.scm (gstreamer):
[arguments]: Enable phase disable-systemclock-test on all platforms.

Change-Id: I346934acab66f7a33a9cea6500c8557509b05d95
---
 gnu/packages/gstreamer.scm | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 71f8e3453a..3608576830 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -477,20 +477,15 @@ (define-public gstreamer
            #:phases
            #~(modify-phases %standard-phases
                #$@%common-gstreamer-phases
-               #$@(if (string-prefix? "i686" (or (%current-target-system)
-                                                 (%current-system)))
-                      ;; FIXME: These tests consistently fail in the Guix CI:
-                      ;;   https://issues.guix.gnu.org/57868
-                      '((add-after 'unpack 'disable-systemclock-test
-                          (lambda _
-                            (substitute* "tests/check/gst/gstsystemclock.c"
-                              (("tcase_add_test \\(tc_chain, \
+               (add-after 'unpack 'disable-systemclock-test
+                 (lambda _
+                   (substitute* "tests/check/gst/gstsystemclock.c"
+                     (("tcase_add_test \\(tc_chain, \
 test_stress_cleanup_unschedule.*")
-                               "")
-                              (("tcase_add_test \\(tc_chain, \
+                      "")
+                     (("tcase_add_test \\(tc_chain, \
 test_stress_reschedule.*")
-                               "")))))
-                      '())
+                      ""))))
                (add-after 'patch-shebangs 'do-not-capture-python
                  (lambda _
                    ;; The patch-source-shebangs phase causes the following 
build
-- 
2.41.0






reply via email to

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