Bug 287526
| Summary: | Fix `rebaselineserver.py` error message | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fady Farag <com.webkit.iidmsa> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | gsnedders, jbedard, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Fady Farag
When running command `webkit-patch rebaseline-server WebKitBuild/Release/layout-test-results/` I get the following error message:
`TypeError: descriptor '__init__' requires a 'super' object but received a 'tuple'`
We need to first obtain a proper super object and then call its' `init` method.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/144650722>
Fady Farag
Pull request: https://github.com/WebKit/WebKit/pull/40445
EWS
Committed 290272@main (805fb3d8f602): <https://commits.webkit.org/290272@main>
Reviewed commits have been landed. Closing PR #40445 and removing active labels.