[webkit-reviews] review granted: [Bug 219363] [build.webkit.org] Add unit-tests based on new buildbot : [Attachment 415169] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 2 07:37:25 PST 2020


Jonathan Bedard <jbedard at apple.com> has granted Aakash Jain
<aakash_jain at apple.com>'s request for review:
Bug 219363: [build.webkit.org] Add unit-tests based on new buildbot
https://bugs.webkit.org/show_bug.cgi?id=219363

Attachment 415169: Patch

https://bugs.webkit.org/attachment.cgi?id=415169&action=review




--- Comment #9 from Jonathan Bedard <jbedard at apple.com> ---
Comment on attachment 415169
  --> https://bugs.webkit.org/attachment.cgi?id=415169
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=415169&action=review

> Tools/CISupport/build-webkit-org/htdigestparser_unittest.py:39
> +	       digest_file.seek(0)

This writes the content at the beginning of the file instead of the end (which
was it's previous behavior), is that what we want?


More information about the webkit-reviews mailing list