]> git.ipfire.org Git - thirdparty/libbsd.git/commit
test: Disable blank_stack_side_effects() on non-Hurd systems
authorGuillem Jover <guillem@hadrons.org>
Tue, 4 Apr 2023 22:01:42 +0000 (00:01 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 17 Apr 2023 02:12:32 +0000 (04:12 +0200)
commit07192b31e3cd4e541bc76b45788cf5e5e8faff9f
treef18c2730a2af53000444c441e2650048b0c14802
parentca3db5e134d3a4467ab6916ba271a8d7de75661e
test: Disable blank_stack_side_effects() on non-Hurd systems

This code was added to cope with Hurd specific behavior, but it is
causing flakiness on containers on some Linux systems. Only enable
it where it is currently needed to try to get stability back on CI
systems.

Closes: #14
test/explicit_bzero.c