~ruther/guix-local

395b0030942ba91bbb5715933bb80c46da6c022f — Roman Scherer 2 months ago 535ff8e
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>
1 files changed, 6 insertions(+), 2 deletions(-)

M gnu/packages/kde-plasma.scm
M gnu/packages/kde-plasma.scm => gnu/packages/kde-plasma.scm +6 -2
@@ 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