1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: tracker: Skip datetime test on all 32-bit systems.

* gnu/packages/gnome.scm (tracker)[arguments]: In the custom
'disable-failing-tests phase skip the tests known to fail on 32-bit
systems on all non-64-bit systems.

Change-Id: I23b422aeceb3f7ef83c8a0e74ec7ed6f13d98c66
This commit is contained in:
Efraim Flashner
2024-09-26 12:13:54 +03:00
parent c06fefeab4
commit 408a077756

View File

@@ -9695,7 +9695,7 @@ easy, safe, and automatic.")
(search-input-file inputs "bin/bash")))))
(add-after 'unpack 'disable-failing-tests
(lambda _
#$@(if (target-x86-32?)
#$@(if (not (target-64bit?))
;; On 32-bit systems, the far away dates are incorrect,
;; and the floats are not parsed exactly.
'((substitute*