[PATCH 0/2] tests/tcg/mips64el: Run float tests

Philippe Mathieu-Daudé posted 2 patches 2 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211226001931.3809249-1-f4bug@amsat.org
Maintainers: Jiaxun Yang <jiaxun.yang@flygoat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>
tests/tcg/mips64el/Makefile.target |   2 +
tests/tcg/mips64el/float_convs.ref | 748 ++++++++++++++++++++++++++++
tests/tcg/mips64el/float_madds.ref | 768 +++++++++++++++++++++++++++++
3 files changed, 1518 insertions(+)
create mode 100644 tests/tcg/mips64el/Makefile.target
create mode 100644 tests/tcg/mips64el/float_convs.ref
create mode 100644 tests/tcg/mips64el/float_madds.ref
[PATCH 0/2] tests/tcg/mips64el: Run float tests
Posted by Philippe Mathieu-Daudé 2 years, 4 months ago
The test doesn't pass, so I presume there is a bug in our model...

Based-on: <20211224035541.2159966-1-richard.henderson@linaro.org>
https://lore.kernel.org/qemu-devel/20211224035541.2159966-1-richard.henderson@linaro.org/

Philippe Mathieu-Daudé (2):
  tests/tcg/mips64el: Add float reference files
  tests/tcg/mips64el: Run float tests

 tests/tcg/mips64el/Makefile.target |   2 +
 tests/tcg/mips64el/float_convs.ref | 748 ++++++++++++++++++++++++++++
 tests/tcg/mips64el/float_madds.ref | 768 +++++++++++++++++++++++++++++
 3 files changed, 1518 insertions(+)
 create mode 100644 tests/tcg/mips64el/Makefile.target
 create mode 100644 tests/tcg/mips64el/float_convs.ref
 create mode 100644 tests/tcg/mips64el/float_madds.ref

-- 
2.33.1