[Webkit-unassigned] [Bug 230368] [API Tests] EXPECT_* macros should be used with the expected values first

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 16 12:38:45 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=230368

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #1 from Darin Adler <darin at apple.com> ---
Side note: Same applies to the gtest ASSERT macros; they are the same except that they stop the entire test if the assertion fails. I suspect in many cases we are using ASSERT where we should instead be using EXPECT, and likely we have the same backwards mistake.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210916/d19b516d/attachment.htm>


More information about the webkit-unassigned mailing list