Bug 281870
| Summary: | webkitpy.test.marks.xfail doesn't support its kwargs | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
| Component: | Tools / Tests | Assignee: | Sam Sneddon [:gsnedders] <gsnedders> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sam Sneddon [:gsnedders]
test/markers.py:48: in decorator
reason = kwargs.get(reason, None)
E UnboundLocalError: local variable 'reason' referenced before assignment
This is annoying, because it would be good to cross-reference xfails
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Sneddon [:gsnedders]
Pull request: https://github.com/WebKit/WebKit/pull/35537
EWS
Committed 285777@main (3caa311d45c4): <https://commits.webkit.org/285777@main>
Reviewed commits have been landed. Closing PR #35537 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/138780297>