tests/tcg: Skip failing ppc64 multi-threaded tests
authorNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 14:50:31 +0000 (00:50 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:21:06 +0000 (09:21 +1000)
commite9964c32ba3476db6190556293b754aa50a489d0
tree419fb8035d3d590895f397f28d9c848855d242f5
parent029e13a8a56a2931e7c24c0db52ae7256b932cb0
tests/tcg: Skip failing ppc64 multi-threaded tests

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 for now.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
tests/tcg/ppc64/Makefile.target