unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73080] [PATCH] gnu: plasma-workspace: Disable failing test on aarch64.
@ 2024-09-06 18:43 Roman Scherer
  2024-09-07 16:10 ` bug#73080: " Z572
  0 siblings, 1 reply; 2+ messages in thread
From: Roman Scherer @ 2024-09-06 18:43 UTC (permalink / raw)
  To: 73080; +Cc: Roman Scherer, zhengjunjie

* gnu/packages/kde-plasma.scm (plasma-workspace): Disable failing test on aarch64.

Change-Id: Ieb62dbd5bf51366ec949a98a6d490dd7175395fc
---
 gnu/packages/kde-plasma.scm | 34 ++++++++++++++++++++++++++++------
 1 file changed, 28 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index fb5eb0c563..56213bed08 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2880,12 +2880,34 @@ (define-public plasma-workspace
                              "--output-on-failure"
                              "--rerun-failed"
                              "-E"
-                             "(appstreamtest|tasktoolstest|tasksmodeltest|\
-fetchinitialplayertest|mprisdeclarativetest|mediakeystest|shelltest|\
-locationsrunnertest|testimagefinder|testimagelistmodel|\
-testpackageimagelistmodel|testimageproxymodel|testslidemodel|testimagefrontend|\
-dbusservicewatchertest|klippertest|keystatetest|lockedtest|tst_triangleFilter|\
-testimagebackend)"))))
+                             (string-join
+                              (list
+                               ;; Fails on an Apple M1 (aarch64) with the following error:
+                               ;; Compared values are not the same "2'\uFFFD''\uFFFD'"
+                               #$@(if (target-aarch64?)
+                                      #~("calculatorrunnertest")
+                                      #~())
+                               "appstreamtest"
+                               "dbusservicewatchertest"
+                               "fetchinitialplayertest"
+                               "keystatetest"
+                               "klippertest"
+                               "locationsrunnertest"
+                               "lockedtest"
+                               "mediakeystest"
+                               "mprisdeclarativetest"
+                               "shelltest"
+                               "tasksmodeltest"
+                               "tasktoolstest"
+                               "testimagebackend"
+                               "testimagefinder"
+                               "testimagefrontend"
+                               "testimagelistmodel"
+                               "testimageproxymodel"
+                               "testpackageimagelistmodel"
+                               "testslidemodel"
+                               "tst_triangleFilter")
+                              "|")))))
                ;; share/dbus-1/system-services have same name file
                ;; when dbus-root-service-type merge it, wail report
                ;; "file exists".

base-commit: 904631033ef8c5af94d3c2ec5e2762fdddf74c28
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#73080: [PATCH] gnu: plasma-workspace: Disable failing test on aarch64.
  2024-09-06 18:43 [bug#73080] [PATCH] gnu: plasma-workspace: Disable failing test on aarch64 Roman Scherer
@ 2024-09-07 16:10 ` Z572
  0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-09-07 16:10 UTC (permalink / raw)
  To: Roman Scherer; +Cc: 73080-done

[-- Attachment #1: Type: text/plain, Size: 2901 bytes --]

Roman Scherer <roman@burningswell.com> writes:

> * gnu/packages/kde-plasma.scm (plasma-workspace): Disable failing test on aarch64.
>
> Change-Id: Ieb62dbd5bf51366ec949a98a6d490dd7175395fc
> ---
>  gnu/packages/kde-plasma.scm | 34 ++++++++++++++++++++++++++++------
>  1 file changed, 28 insertions(+), 6 deletions(-)
>
> diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
> index fb5eb0c563..56213bed08 100644
> --- a/gnu/packages/kde-plasma.scm
> +++ b/gnu/packages/kde-plasma.scm
> @@ -2880,12 +2880,34 @@ (define-public plasma-workspace
>                               "--output-on-failure"
>                               "--rerun-failed"
>                               "-E"
> -                             "(appstreamtest|tasktoolstest|tasksmodeltest|\
> -fetchinitialplayertest|mprisdeclarativetest|mediakeystest|shelltest|\
> -locationsrunnertest|testimagefinder|testimagelistmodel|\
> -testpackageimagelistmodel|testimageproxymodel|testslidemodel|testimagefrontend|\
> -dbusservicewatchertest|klippertest|keystatetest|lockedtest|tst_triangleFilter|\
> -testimagebackend)"))))
> +                             (string-join
> +                              (list
> +                               ;; Fails on an Apple M1 (aarch64) with the following error:
> +                               ;; Compared values are not the same "2'\uFFFD''\uFFFD'"
> +                               #$@(if (target-aarch64?)
> +                                      #~("calculatorrunnertest")
> +                                      #~())
> +                               "appstreamtest"
> +                               "dbusservicewatchertest"
> +                               "fetchinitialplayertest"
> +                               "keystatetest"
> +                               "klippertest"
> +                               "locationsrunnertest"
> +                               "lockedtest"
> +                               "mediakeystest"
> +                               "mprisdeclarativetest"
> +                               "shelltest"
> +                               "tasksmodeltest"
> +                               "tasktoolstest"
> +                               "testimagebackend"
> +                               "testimagefinder"
> +                               "testimagefrontend"
> +                               "testimagelistmodel"
> +                               "testimageproxymodel"
> +                               "testpackageimagelistmodel"
> +                               "testslidemodel"
> +                               "tst_triangleFilter")
> +                              "|")))))
>                 ;; share/dbus-1/system-services have same name file
>                 ;; when dbus-root-service-type merge it, wail report
>                 ;; "file exists".
>
> base-commit: 904631033ef8c5af94d3c2ec5e2762fdddf74c28

push, close.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-07 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 18:43 [bug#73080] [PATCH] gnu: plasma-workspace: Disable failing test on aarch64 Roman Scherer
2024-09-07 16:10 ` bug#73080: " Z572

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).