Bug 248721
Summary: | Avoid trailing whitespace when generating import-expectations.json | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | Tools / Tests | Assignee: | Tim Nguyen (:ntim) <ntim> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tim Nguyen (:ntim)
Generating import-expectations.json can cause trailing whitespaces, in older versions of Python, this causes noise in WPT import diffs.
This is because older versions of python have `separators=(', ', ': ')` as default separators instead of `separators=(',', ': ')`.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102940524>
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/7121
EWS
Committed 257335@main (06d28085c8e7): <https://commits.webkit.org/257335@main>
Reviewed commits have been landed. Closing PR #7121 and removing active labels.