]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/fp: Make mul and div tests have a longer timeout
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Sep 2024 14:16:41 +0000 (15:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 18 Sep 2024 19:58:43 +0000 (20:58 +0100)
commit55ccaed2d18774705238b1f44df08b5a67c3337a
tree1830f951ba8853e8e8c4e63b22ad0611a6fe2d56
parent2b81c046252fbfb375ad30632362fc16e6e22bd5
tests/fp: Make mul and div tests have a longer timeout

At the moment we run all fp-test tests except for the muladd ones
with the default meson test timeout of 30s. This is plenty for
most of the test cases, but for multiplication and division we
can sometimes hit the timeout if the CI runner is going slow.

Add support to meson.build for a way to override the timeout on
a per test basis, and use it to set the timeout to 60s for
fp-test-rem, fp-test-div and fp-test-mul. We can use this new
generic mechanism also to set the timeout for mulAdd rather
than hardcoding it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240917141641.2836265-1-peter.maydell@linaro.org
tests/fp/meson.build