| Summary: | A python error causes results.html to be missing from layout test results | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | aakash_jain, ap, jbedard, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=255873 | ||
|
Description
Simon Fraser (smfr)
2022-04-26 11:40:12 PDT
That doesn't look like a failure shutting down simulators, that's a failure in one of our child processes in Python code when retrying, this bit is probably the key:
EWS/build/Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py", line 401, in _test_passes_fuzzy_matching
actualMaxDifference = fuzzy_result['max_difference']
TypeError: 'NoneType' object is not subscriptable
Ah I missed that. I wonder why this just happens sometimes. |