Attention is currently required from: Nico Huber, Thomas Heijligen.
View Change
3 comments:
File tests/lifecycle.c:
Patch Set #4, Line 28: = NULL
No need to initialize *flashctx. This is done by flashrom_flash_probe.
Done
Patch Set #4, Line 34: flashrom_flash_release(flashctx); /* cleanup */
> Or aborts `assert_int_equal` the test? […]
Yes, if `assert_int_equal` fails, this terminates the test. In that case `flashrom_flash_release` won't be executed.
Does it mean flashctx still needs to be checked before releasing? (I haven't changed anything yet).
Thanks!
Patch Set #4, Line 45: = NULL
No need to initialize *flashprog. This is done by flashrom_programmer_init. […]
Done
To view, visit change 59741. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I9eb7fe3a436fbba5e70db957139fd26e00efec36
Gerrit-Change-Number: 59741
Gerrit-PatchSet: 5
Gerrit-Owner: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Thomas Heijligen <src@posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@mailbox.org>
Gerrit-Attention: Nico Huber <nico.h@gmx.de>
Gerrit-Attention: Thomas Heijligen <src@posteo.de>
Gerrit-Comment-Date: Sun, 13 Mar 2022 23:16:21 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nico Huber <nico.h@gmx.de>
Comment-In-Reply-To: Thomas Heijligen <src@posteo.de>
Gerrit-MessageType: comment