commit | 7c58b08738434fdc393caf917ce24af1acf9eaea | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 19 18:49:27 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 06 09:07:54 2020 -0600 |
tree | a3e8de88ec394d7c628527a1d54c698c1ccf5b34 | |
parent | b936a9765b209465a8a6be77f89e781ae0c2da37 [diff] |
bloblist: Compare addresses rather than pointers in tests When running these tests on sandbox any failures result in very large or long pointer values which are a pain to work with. Map them to an address so it is easier to diagnose failures. Signed-off-by: Simon Glass <sjg@chromium.org>