[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/71: gnu: kwayland: Disable kwayland-testXdgForeign test.
From: |
guix-commits |
Subject: |
43/71: gnu: kwayland: Disable kwayland-testXdgForeign test. |
Date: |
Tue, 2 Apr 2024 23:16:31 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit 883422629ef33391aae46c463dd25cb2823ae8b5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Mar 29 22:21:12 2024 -0400
gnu: kwayland: Disable kwayland-testXdgForeign test.
* gnu/packages/kde-frameworks.scm (kwayland)
[phases] <check>: Disable kwayland-testXdgForeign test.
Change-Id: I302cd80031e288ac3a155935c2fe35c009194859
---
gnu/packages/kde-frameworks.scm | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 882cf40e26..321865b347 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1160,9 +1160,17 @@ protocols used in KDE Plasma.")
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "ctest" "-E"
- ;; XXX: maybe is upstream bug
- "(kwayland-testWaylandRegistry|\
-kwayland-testPlasmaShell|kwayland-testPlasmaWindowModel)")))))))
+ (string-append
+ "("
+ (string-join
+ ;; XXX: maybe is upstream bug
+ '("kwayland-testWaylandRegistry"
+ "kwayland-testPlasmaShell"
+ "kwayland-testPlasmaWindowModel"
+ ;; The 'kwayland-testXdgForeign' may fail on
+ ;; powerpc64le with a 'Subprocess aborted' error.
+ "kwayland-testXdgForeign") "|")
+ ")"))))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Qt-style API to interact with the wayland client and server")
(description "As the names suggest they implement a Client respectively a
- 01/71: gnu: qtbase: Update to 6.6.2., (continued)
- 01/71: gnu: qtbase: Update to 6.6.2., guix-commits, 2024/04/02
- 25/71: gnu: qtscxml: Update to 6.6.2., guix-commits, 2024/04/02
- 34/71: gnu: Add qmsetup., guix-commits, 2024/04/02
- 33/71: gnu: Add syscmdline., guix-commits, 2024/04/02
- 37/71: gnu: jami: Update to 20240325.0., guix-commits, 2024/04/02
- 47/71: gnu: restinio: Update to 0.7.2., guix-commits, 2024/04/02
- 53/71: gnu: qtimageformats: Update to 6.6.3., guix-commits, 2024/04/02
- 46/71: gnu: extra-cmake-modules: Update to 6.0.0., guix-commits, 2024/04/02
- 60/71: gnu: qtwebchannel: Update to 6.6.3., guix-commits, 2024/04/02
- 68/71: gnu: qtremoteobjects: Update to 6.6.3., guix-commits, 2024/04/02
- 43/71: gnu: kwayland: Disable kwayland-testXdgForeign test.,
guix-commits <=
- 58/71: gnu: qtmultimedia: Update to 6.6.3., guix-commits, 2024/04/02
- 02/71: gnu: qt5compat: Update to 6.6.2., guix-commits, 2024/04/02
- 14/71: gnu: qttranslations: Update to 6.6.2., guix-commits, 2024/04/02
- 10/71: gnu: qtwebchannel: Update to 6.6.2., guix-commits, 2024/04/02
- 17/71: gnu: qtremoteobjects: Update to 6.6.2., guix-commits, 2024/04/02
- 30/71: gnu: pjproject-jami: Update to 2.13.1-1.e12ea3b., guix-commits, 2024/04/02
- 31/71: gnu: dhtnet: Update to 0.0.1-2.024c46f., guix-commits, 2024/04/02
- 24/71: gnu: qt-creator: Update to 12.0.2., guix-commits, 2024/04/02
- 29/71: gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le., guix-commits, 2024/04/02
- 28/71: gnu: qtbase: Replace QML2_IMPORT_PATH with QML_IMPORT_PATH., guix-commits, 2024/04/02