me
/
guix
Archived
1
0
Fork 0

gnu: jimtcl: Skip failing test on all 32-bit architectures.

* gnu/packages/embedded.scm (jimtcl)[arguments]: Adjust custom phase
'delete-failing-tests/32bit to run for all 32-bit architectures.
master
Efraim Flashner 2023-06-18 08:45:53 +03:00
parent 428b810ca2
commit 0d165fba93
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ SEGGER J-Link and compatible devices.")
;; XXX All but 1 SSL tests fail (tries connecting to Google ;; XXX All but 1 SSL tests fail (tries connecting to Google
;; servers). ;; servers).
(delete-file "tests/ssl.test"))) (delete-file "tests/ssl.test")))
#$@(if (target-x86-32?) #$@(if (not (target-64bit?))
#~((add-after 'unpack 'delete-failing-tests/32bit #~((add-after 'unpack 'delete-failing-tests/32bit
(lambda _ (lambda _
(delete-file "tests/file.test")))) (delete-file "tests/file.test"))))