qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 05/14] tests: make fp-test less chatty when running from t


From: Thomas Huth
Subject: Re: [PATCH v2 05/14] tests: make fp-test less chatty when running from test suite
Date: Tue, 21 Feb 2023 11:04:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

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.bennee@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 <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]