]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Skip aarch64_replay test on macOS
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 3 Apr 2025 20:32:39 +0000 (22:32 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 3 Apr 2025 23:11:09 +0000 (16:11 -0700)
commitbd20bc46fe88e6ade710b688e97515d4ed9d1d50
tree367a3c0cddf37e62cd582cc5991668a62c956385
parent00f119f4c4f776e5e36e8ea99bb3ff865cc52c09
tests/functional: Skip aarch64_replay test on macOS

As of v10.0.0-rc2 this test is still failing on macos:

  $ make check-functional-aarch64 V=1
  ...
  ERROR:../../replay/replay-internal.c:235:replay_mutex_unlock: assertion failed: (replay_mutex_locked())
  Bail out! ERROR:../../replay/replay-internal.c:235:replay_mutex_unlock: assertion failed: (replay_mutex_locked())

This is tracked as https://gitlab.com/qemu-project/qemu/-/issues/2907

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250403203241.46692-4-philmd@linaro.org>
tests/functional/test_aarch64_replay.py