qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 04/24] tests: make fp-test less chatty when running from t


From: Richard Henderson
Subject: Re: [PATCH v3 04/24] tests: make fp-test less chatty when running from test suite
Date: Tue, 28 Feb 2023 11:58:36 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

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.bennee@linaro.org>
Reviewed-by: Thomas Huth<thuth@redhat.com>
Message-Id:<20230221094558.2864616-6-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(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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