On 21/02/2023 10.45, Alex Bennée wrote:
As we like to run tests under CI with V=1 flags the softfloat tests
can add up to a fair amount of extra log lines. With an update to the
testfloat library we can now call fp-test with the -q flag and reduce
the output to a terse one line per function tested.
make check-softfloat V=1 | wc -l
759
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
tests/fp/fp-test.c | 19 ++++++++++++++-----
tests/fp/berkeley-testfloat-3 | 2 +-
tests/fp/meson.build | 2 +-
3 files changed, 16 insertions(+), 7 deletions(-)
FWIW, the testfloat counterpart can be seen here:
https://gitlab.com/qemu-project/berkeley-testfloat-3/-/commit/40619cbb3bf32872df8c53cc457039229428a263
Thanks for tackling this!
Reviewed-by: Thomas Huth <th...@redhat.com>