WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
242244
crashlogs_unittest.py should have decorations instead of early returns
https://bugs.webkit.org/show_bug.cgi?id=242244
Summary
crashlogs_unittest.py should have decorations instead of early returns
Kimmo Kinnunen
Reported
2022-07-01 05:04:56 PDT
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
Comment 1
2022-07-08 05:05:12 PDT
<
rdar://problem/96664178
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug