Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 68e07e8029ac0f9a39a10d02cfafdd0584594f17
https://github.com/WebKit/WebKit/commit/68e07e8029ac0f9a39a10d02cfafdd0584594f17
Author: Ben Schwartz <[email protected]>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M Tools/Scripts/layout-test-worker-parser
Log Message:
-----------
[layout-test-worker-parser] Doesn't work with S3 logs.
https://bugs.webkit.org/show_bug.cgi?id=288434
rdar://145524609
Reviewed by Jonathan Bedard.
The layout-test-worker-parser script doesn't work with S3 logs. In practice,
this means that layout test runs that have their logs uploaded to S3 won't
parse the desired logs.
This change adds support for runs with layout test logs in S3, as well as runs
with multiple steps containing layout test results.
* Tools/Scripts/layout-test-worker-parser:
-> (load_from_url): Renamed from load_from_buildbot, add handling for S3
log links.
-> (main): Add new parameters to load_from_url function.
-> (init): Add new argument --buildbot-step.
-> (parse_raw_stdio_into_test_names): Bail if no tests found in data.
-> (parse_raw_stdio_into_workers): Ditto.
Canonical link: https://commits.webkit.org/302679@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications