From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: alex.bennee@linaro.org
Subject: [PATCH 0/2] tests/tcg: Fix float_{convs,madds}
Date: Thu, 23 Dec 2021 19:55:39 -0800 [thread overview]
Message-ID: <20211224035541.2159966-1-richard.henderson@linaro.org> (raw)
We didn't read the fp flags early enough, so we got whatever
came out of the guest printf. With careful review of the
hexagon output, we would have seen this long ago.
r~
Richard Henderson (2):
tests/tcg/multiarch: Read fp flags before printf
test/tcg/ppc64le: Add float reference files
tests/tcg/multiarch/float_convs.c | 2 +-
tests/tcg/multiarch/float_madds.c | 2 +-
tests/tcg/hexagon/float_convs.ref | 152 +++---
tests/tcg/hexagon/float_madds.ref | 48 +-
tests/tcg/ppc64le/float_convs.ref | 748 +++++++++++++++++++++++++++++
tests/tcg/ppc64le/float_madds.ref | 768 ++++++++++++++++++++++++++++++
6 files changed, 1618 insertions(+), 102 deletions(-)
create mode 100644 tests/tcg/ppc64le/float_convs.ref
create mode 100644 tests/tcg/ppc64le/float_madds.ref
--
2.25.1
next reply other threads:[~2021-12-24 4:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-24 3:55 Richard Henderson [this message]
2021-12-24 3:55 ` [PATCH 1/2] tests/tcg/multiarch: Read fp flags before printf Richard Henderson
2021-12-25 21:09 ` Philippe Mathieu-Daudé
2022-01-04 22:48 ` Taylor Simpson
2022-01-04 23:05 ` Richard Henderson
2021-12-24 3:55 ` [PATCH 2/2] test/tcg/ppc64le: Add float reference files Richard Henderson
2022-01-04 20:08 ` [PATCH 0/2] tests/tcg: Fix float_{convs,madds} Alex Bennée
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211224035541.2159966-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).