mbox series

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

Message ID 20211226001931.3809249-1-f4bug@amsat.org (mailing list archive)
Headers show
Series tests/tcg/mips64el: Run float tests | expand

Message

Philippe Mathieu-Daudé Dec. 26, 2021, 12:19 a.m. UTC
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