[PATCH] gnu: kwin: Disable failing test on aarch64.

  • Done
  • quality assurance status badge
Details
2 participants
  • Roman Scherer
  • Zheng Junjie
Owner
unassigned
Submitted by
Roman Scherer
Severity
normal

Debbugs page

R
R
Roman Scherer wrote on 6 Sep 03:23 -0700
(address . guix-patches@gnu.org)
fddf68ec59c346716f7817ea97aafe65379e729a.1725617826.git.roman@burningswell.com
* gnu/packages/kde-plasma.scm (kwin): Disable failing test on aarch64.

Change-Id: Iecd9edbacca5805a54bcaf84bcec205367b96a05
---
gnu/packages/kde-plasma.scm | 4 ++++
1 file changed, 4 insertions(+)

Toggle diff (26 lines)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 5e9b9688d1..7294a7555c 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -29,6 +29,7 @@ (define-module (gnu packages kde-plasma)
#:use-module (guix git-download)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix gexp)
+ #:use-module (guix utils)
#:use-module (guix build-system cmake)
#:use-module (guix build-system trivial)
#:use-module (guix build-system qt)
@@ -1429,6 +1430,9 @@ (define-public kwin
"-E"
(string-join
(list
+ ;; Fails on an Apple M1 (aarch64) with the following error:
+ ;; TestColorspaces::roundtripConversion fails
+ #$(if (target-aarch64?) "kwin-testColorspaces" "")
"kwin-testDrm" ;; require Drm
"kwin-testInputMethod"
"kwin-testPlasmaWindow" ;; require plasma-workspace qml module.

base-commit: 7d2ced8d6d9c38327592d312376d59a8c37fc160
--
2.45.2
Z
Z
Zheng Junjie wrote on 6 Sep 07:50 -0700
(name . Roman Scherer)(address . roman@burningswell.com)(address . 73066-done@debbugs.gnu.org)
878qw425vf.fsf@iscas.ac.cn
Roman Scherer <roman@burningswell.com> writes:

Toggle quote (27 lines)
> * gnu/packages/kde-plasma.scm (kwin): Disable failing test on aarch64.
>
> Change-Id: Iecd9edbacca5805a54bcaf84bcec205367b96a05
> ---
> gnu/packages/kde-plasma.scm | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
> index 5e9b9688d1..7294a7555c 100644
> --- a/gnu/packages/kde-plasma.scm
> +++ b/gnu/packages/kde-plasma.scm
> @@ -29,6 +29,7 @@ (define-module (gnu packages kde-plasma)
> #:use-module (guix git-download)
> #:use-module ((guix licenses) #:prefix license:)
> #:use-module (guix gexp)
> + #:use-module (guix utils)
> #:use-module (guix build-system cmake)
> #:use-module (guix build-system trivial)
> #:use-module (guix build-system qt)
> @@ -1429,6 +1430,9 @@ (define-public kwin
> "-E"
> (string-join
> (list
> + ;; Fails on an Apple M1 (aarch64) with the following error:
> + ;; TestColorspaces::roundtripConversion fails
> + #$(if (target-aarch64?) "kwin-testColorspaces" "")

adjust it to use #$@(if (target-aarch64?)
#~("kwin-testColorspaces")
#~())
only change it on aarch64.

Toggle quote (5 lines)
> "kwin-testDrm" ;; require Drm
> "kwin-testInputMethod"
> "kwin-testPlasmaWindow" ;; require plasma-workspace qml module.
>
> base-commit: 7d2ced8d6d9c38327592d312376d59a8c37fc160
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmbbFsQACgkQO1qpk+Gi
3/DYHRAAs/Oei3XbwsPR+zonPSY+RcfmRrmxYo/bfB02YCJd18YKyroCYY3HyKeV
KE6dV25YFe+WoIVv+ABwaAGCRMklmOWIYr430WwEakb74HqxHylwh+b8AfPDab+h
swB3cDKC2fToI4ZgogozPw7HhMnUh4IQI7bJkrAn0UaEisYrJ4UFf5SQNfzPHfpC
4yNr0vcuuDj8FYjZxbVY+zcR8VWLaXLIb/I4D1EkyTWl8iak7n/wkUwtS38QvA0n
+qxLU7c5WVAiJJ/PVB5od36/kHNcV56q0zbFnrtMbrY3vimBb6tobTPOmAOIXot8
4+XfMs7LckreyRHlzbmHY/NMlc0s2C/n0yFTqL22sc++pVOIG3aoddz8O9jUnhA8
dpx3G+cBRdzm5+9WDVIURkbJZ+utIp64MNRMZ0UsYaSs2tQUOr0ddsWxBhqdKKeu
du+Yuv5uxHbcnmZfOkezqy3T0TsZZioHz+P4aaOtekvo9oHUVmsXSea37tolHMnK
zXkdIu27G2mmV6tfDRSXT8kRHwYcD4qsM1mOct/Q0+2V5LJ3DfEPJbD54YfBG5wP
oDL9MdaGyNlO3rzmODzEzP5mw/BmYbPNLWphslHIliXt9HyINPwBTuhLDa0Sonrz
wkYjEIc1Y4Gkqj4564v93/A7YyzwgTNgmiGuXQdZi40AUqdhlO0=
=fAt8
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73066@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73066
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch