commit | e254794b7d8d96a6d6d4cd92c1d70af396e6b075 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Oct 11 16:16:46 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 27 10:56:41 2019 -0600 |
tree | 5bf357e656c4bfcfa3c4ea4f6aa1684369fccec2 | |
parent | aae1e5888802b3e67ae7b5b22e84e248058efd08 [diff] |
sandbox: test: Show hex values on failure 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> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>