Re: [PATCH] tests/tcg: Skip failing ppc64 multi-threaded tests in CI

2024-07-25 Thread Peter Maydell
On Thu, 25 Jul 2024 at 16:00, Nicholas Piggin wrote: > > In Gitlab CI, some ppc64 multi-threaded tcg tests crash when run in the > clang-user job with an assertion failure in glibc that seems to > indicate corruption: > > signals: allocatestack.c:223: allocate_stack: > Assertion `powerof2 (p

[PATCH] tests/tcg: Skip failing ppc64 multi-threaded tests in CI

2024-07-25 Thread Nicholas Piggin
In Gitlab CI, some ppc64 multi-threaded tcg tests crash when run in the clang-user job with an assertion failure in glibc that seems to indicate corruption: signals: allocatestack.c:223: allocate_stack: Assertion `powerof2 (pagesize_m1 + 1)' failed. Disable these tests on CI for now. Signe