all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roman Scherer <roman@burningswell.com>
To: 73066@debbugs.gnu.org
Cc: Roman Scherer <roman@burningswell.com>, zhengjunjie@iscas.ac.cn
Subject: [bug#73066] [PATCH] gnu: kwin: Disable failing test on aarch64.
Date: Fri,  6 Sep 2024 12:23:35 +0200	[thread overview]
Message-ID: <fddf68ec59c346716f7817ea97aafe65379e729a.1725617826.git.roman@burningswell.com> (raw)

* 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





             reply	other threads:[~2024-09-06 12:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-06 10:23 Roman Scherer [this message]
2024-09-06 14:50 ` bug#73066: [PATCH] gnu: kwin: Disable failing test on aarch64 Zheng Junjie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fddf68ec59c346716f7817ea97aafe65379e729a.1725617826.git.roman@burningswell.com \
    --to=roman@burningswell.com \
    --cc=73066@debbugs.gnu.org \
    --cc=zhengjunjie@iscas.ac.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.