Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7a12d8fc678a139fdf5b24ab5b649260878d899a
https://github.com/WebKit/WebKit/commit/7a12d8fc678a139fdf5b24ab5b649260878d899a
Author: Qianlang Chen <[email protected]>
Date: 2026-03-10 (Tue, 10 Mar 2026)
Changed paths:
M Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
M Tools/Scripts/webkitpy/port/base.py
Log Message:
-----------
run-webkit-tests: Add option to show fully-expanded text diff in test results
https://bugs.webkit.org/show_bug.cgi?id=309309
Reviewed by Ryosuke Niwa.
Add a --full-diff-context flag for this option. If set, pass
n=sys.maxsize to difflib.unified_diff that we use to generate the text
diff, which defaults to n=3 today.
* Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py:
(parse_args):
* Tools/Scripts/webkitpy/port/base.py:
(Port.diff_text):
Canonical link: https://commits.webkit.org/308997@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications