Bug 231840
| Summary: | Python3 webkit-patch transition breaks webkitbot's ability to revert multiple revisions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, bfulgham, jbedard, lingho, webkit-bug-importer, ysuzuki |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yusuke Suzuki
After python3 transition, webkitbot cannot revert multiple revisions.
Since,
1. webkitbot can parse multiple revisions as requested
2. it was working until recently, at least, until Sep 26.
So, this is likely a regression in webkit-patch command, which can be caused by python3 transition.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/84319264>
Yusuke Suzuki
It seems that "reason" handling is also broken.
Now only the first word is used for the reverting reason.
Brent Fulgham
Jonathan corrected this in https://commits.webkit.org/248021@main.