Bug 242244
| Summary: | crashlogs_unittest.py should have decorations instead of early returns | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, jbedard, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Kimmo Kinnunen
https://github.com/WebKit/WebKit/pull/1941
>Can we file a new bug for this file? Although unrelated to this change, we really should decorate these test declarations with something instead of having an early exit in the tests themselves like this.
def test_find_all_log_darwin(self):
if not SystemHost.get_default().platform.is_mac():
return
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/96664178>