summary refs log tree commit diff stats
path: root/tests/fp/berkeley-testfloat-3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: fp: remove unused submodulesPaolo Bonzini2023-06-071-0/+0
| | | | | | | | | tests/fp/berkeley-softfloat-3 and tests/fp/berkeley-testfloat-3 have been replaced by subprojects, so remove the now-unnecessary submodules. Reported-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* tests: make fp-test less chatty when running from test suiteAlex Bennée2023-03-011-0/+0
| | | | | | | | | | | | | | | 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> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230228190653.1602033-5-alex.bennee@linaro.org>
* berkeley-testfloat-3: pull changesEmilio G. Cota2019-01-221-0/+0
| | | | | | | - fail: constify fail_programName Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
* gitmodules: add berkeley's softfloat + testfloat version 3Emilio G. Cota2018-10-051-0/+0
These are BSD-licensed so we can add them as submodules. Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>