Bug 305223
| Summary: | REGRESSION(305111@main): TypeError: 'in <string>' requires string as left operand, not NoneType | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Robert Jenner <jenner> |
| Component: | Tools / Tests | Assignee: | Robert Jenner <jenner> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=300919 https://bugs.webkit.org/show_bug.cgi?id=305226 |
||
Robert Jenner
305111@main Introduced the following failure on Services unit tests:
File "/Volumes/Data/worker/Services-EWS/build/Tools/CISupport/ews-build/steps.py", line 4357, in evaluateCommand
if platform not in ('win'):
TypeError: 'in <string>' requires string as left operand, not NoneType
Stdout:
Error while parsing layout-test json, empty json
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/167867009>
Robert Jenner
Pull request: https://github.com/WebKit/WebKit/pull/56359
Robert Jenner
Making as a dupe I of 305226
*** This bug has been marked as a duplicate of bug 305226 ***