[webkit-reviews] review granted: [Bug 193352] webkitpy: Print abbreviated baseline search path that includes only folders that exist : [Attachment 358904] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 11 10:29:14 PST 2019


Lucas Forschler <lforschler at apple.com> has granted Jonathan Bedard
<jbedard at apple.com>'s request for review:
Bug 193352: webkitpy: Print abbreviated baseline search path that includes only
folders that exist
https://bugs.webkit.org/show_bug.cgi?id=193352

Attachment 358904: Patch

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




--- Comment #6 from Lucas Forschler <lforschler at apple.com> ---
Comment on attachment 358904
  --> https://bugs.webkit.org/attachment.cgi?id=358904
Patch

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

> Tools/Scripts/webkitpy/layout_tests/views/printing.py:86
> +	   normalize_baseline = lambda basline_search_paths: [fs.relpath(x,
self._port.layout_tests_dir()).replace("../", "") for x in
basline_search_paths]

typo: basline


More information about the webkit-reviews mailing list