On 17/01/2023 11.44, Daniel P. Berrangé wrote:
...
And what i think is test float being overly verbose
>> Testing f16_le_quiet
46464 tests total.
10000
20000
30000
40000
46464 tests performed.
Could be written as
>> Testing f16_le_quiet: 46464 tests total .... OK
(one '.' for each 10,000 tests run, before final 'OK' is printed)
Unfortunately, the float tests are included via a git submodule, so the
source code is not under our direct control here ... has anybody a good idea
how to get this tackled best?
Thomas