mbox series

[0/2] Hexagon tests: fix test_load_tmp2 and non-portable format

Message ID cover.1685454251.git.quic_mathbern@quicinc.com (mailing list archive)
Headers show
Series Hexagon tests: fix test_load_tmp2 and non-portable format | expand

Message

Matheus Tavares Bernardino May 30, 2023, 1:45 p.m. UTC
This series includes two fixes on hexagon test files: one for a
non-porable printf specifier, and the other for the use of an
uninitialized register.

Marco Liebel (1):
  Hexagon (hvx_misc test): fix uninitialized regs at test_load_tmp2

Matheus Tavares Bernardino (1):
  Hexagon (tests/.../hex_test.h): use portable printf formats

 tests/tcg/hexagon/hex_test.h | 14 ++++++++++----
 tests/tcg/hexagon/hvx_misc.c |  7 ++++++-
 2 files changed, 16 insertions(+), 5 deletions(-)