guix-commits
[Top][All Lists]
Advanced

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

branch qt-team updated: gnu: maliit-framework: Disable ft_mimpluginmanag


From: guix-commits
Subject: branch qt-team updated: gnu: maliit-framework: Disable ft_mimpluginmanager test.
Date: Sun, 17 Sep 2023 20:12:14 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch qt-team
in repository guix.

The following commit(s) were added to refs/heads/qt-team by this push:
     new 8d4b57c77c gnu: maliit-framework: Disable ft_mimpluginmanager test.
8d4b57c77c is described below

commit 8d4b57c77c73081550871913153dd57673193ab4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Sep 17 20:07:26 2023 -0400

    gnu: maliit-framework: Disable ft_mimpluginmanager test.
    
    * gnu/packages/freedesktop.scm (maliit-framework) [arguments]: Override the
    check phase to disable the ft_mimpluginmanager test.
---
 gnu/packages/freedesktop.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 0a1c9bffb3..098fc4266f 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -406,6 +406,17 @@ inappropriate content.")
                (base32
                 "1dkjxvfxg56hfy70j6ibfklfyv57jiha4vgc3ggl60r5kjx65s5b"))))
     (build-system cmake-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (replace 'check
+            (lambda* (#:key tests? #:allow-other-keys)
+              (when tests?
+                ;; The Ft_MIMPluginManager::testPluginDescriptions test fails
+                ;; with a QFATAL error: received signal 11 (see:
+                ;; https://github.com/maliit/framework/issues/120).
+                (invoke "ctest" "-E" "ft_mimpluginmanager")))))))
     (native-inputs (list extra-cmake-modules
                          wayland-protocols
                          pkg-config



reply via email to

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