mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: kwin: Update skipped test list.
* gnu/packages/kde-plasma.scm (kwin)[arguments]: Update custom 'check phase with new list of skipped tests.
This commit is contained in:
parent
83cef4a4f1
commit
61ad934d90
1 changed files with 1 additions and 4 deletions
|
@ -1196,17 +1196,14 @@ (define-public kwin
|
||||||
(invoke "ctest" "-E"
|
(invoke "ctest" "-E"
|
||||||
(string-join
|
(string-join
|
||||||
(list "kwayland-testXdgDecoration"
|
(list "kwayland-testXdgDecoration"
|
||||||
"kwin-testLockScreen"
|
"kwin-testXkb"
|
||||||
"kwin-testPointerInput"
|
"kwin-testPointerInput"
|
||||||
"kwin-testXdgShellWindow"
|
"kwin-testXdgShellWindow"
|
||||||
"kwin-testXdgShellWindow-waylandonly"
|
"kwin-testXdgShellWindow-waylandonly"
|
||||||
"kwin-testSceneOpenGLES"
|
"kwin-testSceneOpenGLES"
|
||||||
"kwin-testSceneOpenGLES-waylandonly"
|
"kwin-testSceneOpenGLES-waylandonly"
|
||||||
"kwin-testInputMethod"
|
|
||||||
"kwin-testInputMethod-waylandonly"
|
|
||||||
"kwin-testNightColor"
|
"kwin-testNightColor"
|
||||||
"kwin-testNightColor-waylandonly"
|
"kwin-testNightColor-waylandonly"
|
||||||
"kwin-testPlasmaWindow"
|
|
||||||
"kwin-testSceneQPainter"
|
"kwin-testSceneQPainter"
|
||||||
"kwin-testLibinputDevice")
|
"kwin-testLibinputDevice")
|
||||||
"|"))))))))
|
"|"))))))))
|
||||||
|
|
Loading…
Reference in a new issue