Attention is currently required from: Felix Singer, Thomas Heijligen, Anastasia Klimchuk.
Evan Benn has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/69620 )
Change subject: tests: Add selfcheck to unit tests
......................................................................
Patch Set 8:
(1 comment)
File tests/selfcheck.c:
https://review.coreboot.org/c/flashrom/+/69620/comment/2849a975_e2ddd170
PS8, Line 25: #define assert_table(assertion, message, index, name) \
: do { \
: if (!(assertion)) \
: fail_msg(message " for index:%zu name:%s", (index), (name) ? (name) : "unknown"); \
: } while (0)
The macro has changed with lot more new lines and \ why?
It now has fewer new lines because I updated my code formatter from 96 characters to 112. It looks worse because gerrit wraps lines before 112 characters.
--
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: 8
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: Felix Singer
felixsinger@posteo.net
Gerrit-Attention: Thomas Heijligen
src@posteo.de
Gerrit-Attention: Anastasia Klimchuk
aklm@chromium.org
Gerrit-Comment-Date: Tue, 29 Nov 2022 23:03:46 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Anastasia Klimchuk
aklm@chromium.org
Gerrit-MessageType: comment