Bug 52066
Summary: | commit-queue/webkit-patch should use python 2.6 to run test-webkitpy if available. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abarth, dpranke |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Eric Seidel (no email)
commit-queue/webkit-patch should use python 2.5 to run test-webkitpy if available.
This would prevent patches which use "with" without importing with_statement from landing if nothing else.
See bug 50901 as one example of when this would have been useful.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Pranke
Alternatively, check-webkit-style could maybe warn about backwards-compatibility issues like this.
Dirk Pranke
closing since 2.6 is required now ...