tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint`
authorInès Varhol <ines.varhol@telecom-paris.fr>
Sun, 14 Apr 2024 17:28:21 +0000 (19:28 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 25 Apr 2024 05:03:04 +0000 (07:03 +0200)
commit58045186fccaf400d3938fad220a99b1b5f3da6d
tree52c20b0b22092cf10274811ee92154beb9f27872
parentcbd58e7cc26cef811bd947f48345ec930481e4e2
tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint`

The messages for assertions using hexadecimal numbers will be
easier to understand with `g_assert_cmphex`.

Cases changed : "cmpuint.*0x", "cmpuint.*<<"

Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Ninad Palsule <ninad@linux.ibm.com>
Message-ID: <20240414173349.31194-1-ines.varhol@telecom-paris.fr>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/aspeed_fsi-test.c
tests/qtest/cmsdk-apb-dualtimer-test.c
tests/qtest/cmsdk-apb-watchdog-test.c
tests/qtest/erst-test.c
tests/qtest/ivshmem-test.c
tests/qtest/libqos/ahci.c
tests/qtest/microbit-test.c
tests/qtest/sse-timer-test.c
tests/qtest/stm32l4x5_exti-test.c
tests/qtest/stm32l4x5_syscfg-test.c