gnu: plasma-workspace: Disable failing test on aarch64.

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

Change-Id: Ieb62dbd5bf51366ec949a98a6d490dd7175395fc
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Roman Scherer 2024-09-06 20:43:56 +02:00 committed by Zheng Junjie
parent 797138b627
commit fdd59cb339
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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".