[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: maliit-framework: Disable two mimpluginmanager tests.
From: |
guix-commits |
Subject: |
07/08: gnu: maliit-framework: Disable two mimpluginmanager tests. |
Date: |
Mon, 16 Oct 2023 11:18:13 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 8d6838dfcdff7b5973a025a17b190636e5c105e7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Sep 17 20:07:26 2023 -0400
gnu: maliit-framework: Disable two mimpluginmanager tests.
* gnu/packages/freedesktop.scm (maliit-framework) [arguments]: Override the
check phase to disable the ft_mimpluginmanager and ut_mimpluginmanager
tests.
---
gnu/packages/freedesktop.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 6bff3fa967..648ebad408 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -406,6 +406,20 @@ 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, while
+ ;; ut_mimpluginmanager fails at least on powerpc64le with a
+ ;; subprocess aborted error (see:
+ ;; https://github.com/maliit/framework/issues/120).
+ (invoke "ctest" "-E"
+ "(ft_mimpluginmanager|ut_mimpluginmanager)")))))))
(native-inputs (list extra-cmake-modules
wayland-protocols
pkg-config
- branch master updated (b6a070d2a3 -> ff11cbc2e9), guix-commits, 2023/10/16
- 02/08: gnu: qtbase: Add $TZDIR to native search paths., guix-commits, 2023/10/16
- 07/08: gnu: maliit-framework: Disable two mimpluginmanager tests.,
guix-commits <=
- 05/08: gnu: qtdeclarative: Add a debug output., guix-commits, 2023/10/16
- 06/08: gnu: qtwayland-5: Disable tst_surface test on aarch64-linux., guix-commits, 2023/10/16
- 01/08: gnu: qtbase: Do not capture Python (again)., guix-commits, 2023/10/16
- 08/08: gnu: libcamera: Disable log_process test on aarch64., guix-commits, 2023/10/16
- 03/08: gnu: qtbase: Reinstate date related tests., guix-commits, 2023/10/16
- 04/08: gnu: qtbase: Disable problematic tests on powerpc64le., guix-commits, 2023/10/16