guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: mutter: Disable timeline tests.


From: guix-commits
Subject: 02/02: gnu: mutter: Disable timeline tests.
Date: Fri, 11 Feb 2022 15:21:21 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit eccb1e0964e8e93a07b885c3a64033306735d179
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Jan 27 21:47:11 2022 +0100

    gnu: mutter: Disable timeline tests.
    
    * gnu/packages/gnome.scm (mutter)[disable-problematic-tests]: Also disable
    timeline tests.
---
 gnu/packages/gnome.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index beab19805b..bb5b037736 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7478,7 +7478,12 @@ to display dialog boxes from the commandline and shell 
scripts.")
              ;; expression paragraph.  For an explanation, see: info '(sed)
              ;; Multiline techniques'.
              (invoke "sed" "/./{H;$!d} ; x ; s/^.*native-headless.*$//"
-                     "-i" "src/tests/meson.build")))
+                     "-i" "src/tests/meson.build")
+             ;; Timeline tests may unexpectedly fail on missed frames, so
+             ;; let's disable them as well.
+             ;; See <https://gitlab.gnome.org/GNOME/mutter/-/issues/2125>
+             (substitute* "src/tests/clutter/conform/meson.build"
+               (("'timeline.*',") ""))))
          (replace 'check
            (lambda* (#:key tests? test-options parallel-tests?
                      #:allow-other-keys)



reply via email to

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