gnu: kwin: Skip failing tests on AArch64.

* gnu/packages/kde-plasma.scm (kwin)[arguments]: Add
kwin-testSecurityContext and kwin-testXwaylandSelection to test-exclude.

Change-Id: I0256e0e390552deb54eb0b5368f1799800ec8cb0
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Roman Scherer 2025-12-14 14:39:41 +01:00 committed by Rutherther
parent 535ff8ec97
commit 395b003094
No known key found for this signature in database
GPG key ID: 0322798269E471C3

View file

@ -1475,7 +1475,7 @@ you login.")
#:test-exclude
(string-append "("
(string-join
'(;; Fails on an Apple M1 (aarch64) with the following error:
`(;; Fails on an Apple M1 (aarch64) with the following error:
;; TestColorspaces::roundtripConversion fails
"kwin-testColorspaces"
@ -1517,7 +1517,11 @@ you login.")
"kwin-testFractionalRepaint"
"kwin-testDrmLegacy"
"kwin-testInputCapture"
"kwin-testMockDrm")
"kwin-testMockDrm"
,@(if (target-aarch64?)
'("kwin-testSecurityContext"
"kwin-testXwaylandSelection")
'()))
"|")
")")
#:phases