On 8/27/26 15:14, Pierrick Bouvier wrote:
Makefiles were skipping the output compare when such files
were not available. This results in arch being very inconsistent with
some providing all files, some providing no files, and some providing
some files. There was even one case of a misnamed file that result in a
skipped check.
For consistency, the current series adds all missing reference files for
all arch, and make their presence mandatory
Tested-by: Alex Bennée<[email protected]>
Tested-by: Aniket Sahu<[email protected]>
Signed-off-by: Pierrick Bouvier<[email protected]>
---
tests/tcg/alpha/float_convd.ref | 988 ++++++++++++++++++++++++++++++++
tests/tcg/alpha/float_convs.ref | 748 ++++++++++++++++++++++++
tests/tcg/alpha/float_madds.ref | 768 +++++++++++++++++++++++++
3 files changed, 2504 insertions(+)
create mode 100644 tests/tcg/alpha/float_convd.ref
create mode 100644 tests/tcg/alpha/float_convs.ref
create mode 100644 tests/tcg/alpha/float_madds.ref
Reviewed-by: Richard Henderson <[email protected]>
r~