[webkit-changes] [WebKit/WebKit] 2e9ec1: REGRESSION: iOS layout tests intermittently failin...
Aakash J
noreply at github.com
Wed May 3 13:49:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2e9ec190c7f6e5d6b05a2a71a93a96ec4bffafba
https://github.com/WebKit/WebKit/commit/2e9ec190c7f6e5d6b05a2a71a93a96ec4bffafba
Author: Aakash Jain <aakash_jain at apple.com>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py
Log Message:
-----------
REGRESSION: iOS layout tests intermittently failing with TypeError: 'NoneType' object is not subscriptable in _test_passes_fuzzy_matching
https://bugs.webkit.org/show_bug.cgi?id=255873
Reviewed by Simon Fraser.
Check if fuzzy_result is None before accessing it.
* Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py:
(SingleTestRunner._test_passes_fuzzy_matching):
Canonical link: https://commits.webkit.org/263649@main
More information about the webkit-changes
mailing list