
30 Oct
2019
30 Oct
'19
12:21 a.m.
On Sat, Oct 12, 2019 at 6:28 AM Simon Glass sjg@chromium.org wrote:
Quite a few tests use addresses or hex values for comparisons. Add hex output for test failures, e.g.:
0x55ca22fa == reg: Expected 0x55ca22fa (1439310586), got 0x55ea22fb (1441407739)
Signed-off-by: Simon Glass sjg@chromium.org
include/test/ut.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot-dm, thanks!