GNU bug report logs - #73066
[PATCH] gnu: kwin: Disable failing test on aarch64.

Previous Next

Package: guix-patches;

Reported by: Roman Scherer <roman <at> burningswell.com>

Date: Fri, 6 Sep 2024 11:34:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73066: closed ([PATCH] gnu: kwin: Disable failing test on
 aarch64.)
Date: Fri, 06 Sep 2024 14:52:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 06 Sep 2024 22:50:44 +0800
with message-id <878qw425vf.fsf <at> iscas.ac.cn>
and subject line Re: [bug#73066] [PATCH] gnu: kwin: Disable failing test on aarch64.
has caused the debbugs.gnu.org bug report #73066,
regarding [PATCH] gnu: kwin: Disable failing test on aarch64.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
73066: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73066
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Roman Scherer <roman <at> burningswell.com>
To: guix-patches <at> gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>, zhengjunjie <at> iscas.ac.cn
Subject: [PATCH] gnu: kwin: Disable failing test on aarch64.
Date: Fri,  6 Sep 2024 12:23:35 +0200
* 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" "")
                           "kwin-testDrm" ;; require Drm
                           "kwin-testInputMethod"
                           "kwin-testPlasmaWindow" ;; require plasma-workspace qml module.

base-commit: 7d2ced8d6d9c38327592d312376d59a8c37fc160
-- 
2.45.2



[Message part 3 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Roman Scherer <roman <at> burningswell.com>
Cc: 73066-done <at> debbugs.gnu.org
Subject: Re: [bug#73066] [PATCH] gnu: kwin: Disable failing test on aarch64.
Date: Fri, 06 Sep 2024 22:50:44 +0800
[Message part 4 (text/plain, inline)]
Roman Scherer <roman <at> burningswell.com> writes:

> * 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.

>                            "kwin-testDrm" ;; require Drm
>                            "kwin-testInputMethod"
>                            "kwin-testPlasmaWindow" ;; require plasma-workspace qml module.
>
> base-commit: 7d2ced8d6d9c38327592d312376d59a8c37fc160

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 258 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.