Bug 35365
| Summary: | WebKitTools/Scripts/webkitpy/layout_package functions have inconsistent "actual, expected" ordering in arguments | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
| Bug Depends on: | 35265 | ||
| Bug Blocks: | |||
Eric Seidel (no email)
WebKitTools/Scripts/webkitpy/layout_package functions have inconsistent "actual, expected" ordering in arguments
Many functions expect "actual, expect", others expect "expected, actual". This is super-confusing and causes bugs like bug 35265.
We need to go through and standardize. My vote would be that we standardize on "expected, actual" since that matches the expected diff output order.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |