efraim pushed a commit to branch master
in repository guix.
commit 1c7ef72695dcae6431f8ac53a546a90e236dcad6
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Apr 18 15:25:50 2023 +0300
gnu: kwin: Rewrite skipped tests to be more readable.
* gnu/packages/kde-plasma.scm (kwin)[arguments]: Rewrite skipped tests
in custom 'check phase to be easier to read.
---
gnu/packages/kde-plasma.scm | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 9000ae80d2..ca5f670b41 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1194,7 +1194,22 @@ KDE Frameworks components.")
(system "Xvfb :1 &")
(sleep 5)
(invoke "ctest" "-E"
-
"(kwayland-testXdgDecoration|kwin-testLockScreen|kwin-testPointerInput|kwin-testXdgShellWindow|kwin-testXdgShellWindow-waylandonly|kwin-testSceneOpenGLES|kwin-testSceneOpenGLES-waylandonly|kwin-testInputMethod|kwin-testInputMethod-waylandonly|kwin-testNightColor|kwin-testNightColor-waylandonly|kwin-testPlasmaWindow|kwin-testSceneQPainter|kwin-testLibinputDevice)")))))))
+ (string-join
+ (list "kwayland-testXdgDecoration"
+ "kwin-testLockScreen"
+ "kwin-testPointerInput"
+ "kwin-testXdgShellWindow"
+ "kwin-testXdgShellWindow-waylandonly"
+ "kwin-testSceneOpenGLES"
+ "kwin-testSceneOpenGLES-waylandonly"
+ "kwin-testInputMethod"
+ "kwin-testInputMethod-waylandonly"
+ "kwin-testNightColor"
+ "kwin-testNightColor-waylandonly"
+ "kwin-testPlasmaWindow"
+ "kwin-testSceneQPainter"
+ "kwin-testLibinputDevice")
+ "|"))))))))
(native-inputs (list extra-cmake-modules
dbus
kdoctools