OSDN Git Service

tests/fp: split and audit the conversion tests
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 20 May 2020 14:05:32 +0000 (15:05 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 27 May 2020 13:26:49 +0000 (14:26 +0100)
commit8281a157c5d01c08e1d684bf7a28c3e2bebf1a96
tree832ca24e0930eebb963025421a04e4f700bf709f
parent91fa8b64cbef14855dc3bd24702416313dea6481
tests/fp: split and audit the conversion tests

Split the float conversion tests into separate groups and audit the
tests to check what is still broken. I was able to enable a bunch of
tests that had been missed before:

  all the float to float conversions
  ui32_to_extF80
  ui64_to_extF80
  extF80_to_ui32
  extF80_to_ui32_r_minMag
  extF80_to_ui64
  extF80_to_ui64_r_minMag

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200520140541.30256-7-alex.bennee@linaro.org>
tests/Makefile.include