GNU bug report logs - #57868
GStreamer gst_gstsystemclock test fails on CI for i686

Previous Next

Package: guix;

Reported by: Marius Bakke <marius <at> gnu.org>

Date: Fri, 16 Sep 2022 22:31:01 UTC

Severity: normal

Full log


Message #11 received at 57868 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 57868 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr, marius <at> gnu.org
Subject: [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





This bug report was last modified 1 year and 226 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.