Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 85eea80d3a98e8fc5f4b091aade44f0cb5d28db4
https://github.com/WebKit/WebKit/commit/85eea80d3a98e8fc5f4b091aade44f0cb5d28db4
Author: Ahmad Saleem <[email protected]>
Date: 2026-07-24 (Fri, 24 Jul 2026)
Changed paths:
M Tools/Scripts/webkitpy/layout_tests/controllers/manager.py
Log Message:
-----------
--print-summary hangs indefinitely due to infinite loop in Manager
ancestor-directory walk
https://bugs.webkit.org/show_bug.cgi?id=320078
rdar://182999128
Reviewed by Aakash Jain.
The while loops that walk up to find an ancestor directory's stats
reassigned ancestor_dirname from os.path.dirname(dirname) instead of
os.path.dirname(ancestor_dirname), so once the immediate parent wasn't
in device_test_stats, the loop recomputed the same value forever
instead of continuing up the tree. This made --print-summary hang.
* Tools/Scripts/webkitpy/layout_tests/controllers/manager.py:
(Manager.print_summary):
Canonical link: https://commits.webkit.org/317868@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications