Attention is currently required from: Thomas Heijligen, Edward O'Callaghan, Anastasia Klimchuk.
Evan Benn has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/69620 )
Change subject: tests: Convert selfcheck to unit tests
......................................................................
Patch Set 6:
(2 comments)
File tests/well_formed_tables.c:
https://review.coreboot.org/c/flashrom/+/69620/comment/990d77b2_55fd41a0
PS5, Line 54: flashchips[i].name
`chip->name` ?
Done
https://review.coreboot.org/c/flashrom/+/69620/comment/a7acc1b4_388c672a
PS5, Line 73: if ((b->first_vendor == 0 || b->first_device == 0 || b->second_vendor == 0
: || b->second_device == 0)
: || ((b->lb_vendor == NULL) ^ (b->lb_part == NULL))
: || (b->max_rom_decode_parallel == 0 && b->enable == NULL))
This rather large predicate could be tighten up by canonicalisation of the two patterns `x == 0` and […]
Done
--
To view, visit
https://review.coreboot.org/c/flashrom/+/69620
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I41cd014d9bf909296b6c28e3e00548e6883ff41a
Gerrit-Change-Number: 69620
Gerrit-PatchSet: 6
Gerrit-Owner: Evan Benn
evanbenn@google.com
Gerrit-Reviewer: Anastasia Klimchuk
aklm@chromium.org
Gerrit-Reviewer: Edward O'Callaghan
quasisec@chromium.org
Gerrit-Reviewer: Thomas Heijligen
src@posteo.de
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Felix Singer
felixsinger@posteo.net
Gerrit-Attention: Thomas Heijligen
src@posteo.de
Gerrit-Attention: Edward O'Callaghan
quasisec@chromium.org
Gerrit-Attention: Anastasia Klimchuk
aklm@chromium.org
Gerrit-Comment-Date: Thu, 17 Nov 2022 00:45:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Edward O'Callaghan
quasisec@chromium.org
Gerrit-MessageType: comment