unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 57868@debbugs.gnu.org
Cc: ngraves@ngraves.fr, marius@gnu.org
Subject: bug#57868: [PATCH] gnu: gstreamer: Phase disable-systemclock-test on all platforms.
Date: Mon, 25 Dec 2023 19:02:51 +0100	[thread overview]
Message-ID: <20231225180251.4083-1-ngraves@ngraves.fr> (raw)
In-Reply-To: <87y1ujx896.fsf@gnu.org>

* 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





      parent reply	other threads:[~2023-12-25 18:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-16 22:30 bug#57868: GStreamer gst_gstsystemclock test fails on CI for i686 Marius Bakke
2023-12-25 18:00 ` Nicolas Graves via Bug reports for GNU Guix
2023-12-26  9:08   ` Nicolas Graves via Bug reports for GNU Guix
2023-12-25 18:02 ` Nicolas Graves via Bug reports for GNU Guix [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231225180251.4083-1-ngraves@ngraves.fr \
    --to=bug-guix@gnu.org \
    --cc=57868@debbugs.gnu.org \
    --cc=marius@gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).