On Mon, 27 May 2024 at 10:53, Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > On 23/5/24 20:39, Marcin Juszkiewicz wrote: > > FreeBSD has longer support cycle for stable release (14.x EoL in 2028) > > than OpenBSD (7.3 we used is already EoL). Also bugfixes are backported > > so we can stay on 14.x for longer. > > > > Planned to upgrade to newer OpenBSD but we would have to wait for 7.6 > > release to get Neoverse-V1/N2 support. > > > > Signed-off-by: Marcin Juszkiewicz <marcin.juszkiew...@linaro.org>
> > + @skipUnless(os.getenv('AVOCADO_TIMEOUT_EXPECTED'), 'Test might > > timeout') > > Nitpicking, maybe 'Test might timeout due to PAuth'? (few occurrences). Yes, can we have specific reasons for why we're skipping tests, with also a comment giving a link to the relevant gitlab issue about them, please? PAuth shouldn't cause a test to time out -- it might be slower than without-pauth and mean we need to give that test a longer timeout value and not run it by default, but it shouldn't result in the test hanging indefinitely. thanks -- PMM