bug#72547: [PATCH 3/9] tests: Skip hole-related port tests on Darwin.

Tomas Volf <[email protected]> Mon, 21 Oct 2024 23:31:29 +0200
Newsgroups gmane.lisp.guile.bugs
Message-ID <[email protected]>
Ludovic Courtès <[email protected]> writes:

> Tomas Volf <[email protected]> skribis:
>
>> +(define (skip-on-darwin)
>> +  (when (string-ci=? "darwin" (vector-ref (uname) 0))
>> +    (throw 'untested)))
>
> I changed (vector-ref (uname) 0) to (utsname:sysname (uname)) in this
> and other patches.

I am of course fine with the change, but I am pretty sure I just
copy-pasted it from either test-suite/standalone/test-out-of-memory or
test-suite/standalone/test-stack-overflow.

>
> (We might want to factorize this procedure.  :-))

Will put that on the todo list.

Tomas

-- 
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
signature.asc (application/pgp-signature, 853 B)
-----BEGIN PGP SIGNATURE-----

iQJCBAEBCgAsFiEEt4NJs4wUfTYpiGikL7/ufbZ/wakFAmcWyDEOHH5Ad29sZnNk
ZW4uY3oACgkQL7/ufbZ/walKCBAAgnY/eOVBGvAH+NIIfUCMv2jKE9rsDbqvMsfc
LlLG9aIdoX4e2oQZH6IkMUfcprPvKKaWrJA+XJmEvzn/NdOZ9AtW0njv11Wr74qJ
u8fLX+fbSnQX9vvqmdhqfKqpNdI5w129OLx6txyFV2voPjBrqLfyNVfkxYXEtaro
YrH4mgpWxTn59NWFgYeAJ6W77/PoFnm5bpAsC/cj+qVXq8yhomtKBjLupCQQpwim
C+5mKQkDRgnYKzkCR70KP2zEZwOfZv86x/pztz0+X2nPDshTpz89HtdAnaGmdLVx
jdZQQ6Dz2CW1VU+uZ+cevgHwqe+SM9S8EASXqjsBfJQWo4Qf2ZuTEeaw577BeG75
4lDfFIRxx/jsCzoR3Jiuk3qJs+5jd4FwRu2Dsns/ytSuIA3zUHFQtvBunfPE/wCN
E8fS/xCpvJrxEM6j7enHPSWXSUdh6H5xqaR/r4ztWs0509D7SVgD5I2A7MNd4/BQ
DLvjL116uuHRqCVdw3nAJJU0aeof/ULuM2fGfgFnvBHMWIQNEC/xOONjVfpECOvy
t74Ab4kS5jydWzeaaqlGqG13zwFToXygvKO5HWpYfa750t7oWPSxSvQ7rnAgCf8m
vuuFJuR0LG2XAWOdhO5xdQXYFkaufDBpZUBewr4tXiNnuAPSKnDWrKWIVP7gz481
tc5t/1Y=
=aa2i
-----END PGP SIGNATURE-----