Attention is currently required from: Nico Huber, Angel Pons. Hello build bot (Jenkins), Nico Huber, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/52497
to look at the new patch set (#2).
Change subject: tests: Add unit test to run init/shutdown for dummyflasher.c ......................................................................
tests: Add unit test to run init/shutdown for dummyflasher.c
I plan to do this for all drivers in programmer table, one at a time. Dummy is the first and it does not need mocks.
After this was rebased on the top of memory checks https://review.coreboot.org/c/flashrom/+/51243 , dummy has been discovered to leak memory on shutdown, so I fix it here.
TEST=builds and ninja test BUG=b:181803212
Change-Id: I3c0ef73397f00c1db7aabb5f9f00cb43525af29c Signed-off-by: Anastasia Klimchuk aklm@chromium.org --- M dummyflasher.c A tests/init_shutdown.c M tests/meson.build M tests/tests.c M tests/tests.h 5 files changed, 47 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/97/52497/2