On 2/28/23 09:06, 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>
Reviewed-by: Thomas Huth<th...@redhat.com>
Message-Id:<20230221094558.2864616-6-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(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~