Bug 248340 - [webkitpy] provide method to accurately find all baseline paths
Summary: [webkitpy] provide method to accurately find all baseline paths
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Sneddon [:gsnedders]
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-11-25 04:55 PST by Sam Sneddon [:gsnedders]
Modified: 2022-12-07 08:29 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Sneddon [:gsnedders] 2022-11-25 04:55:00 PST
Currently we assume `self._filesystem.glob(self._webkit_baseline_path("*"))` gives us all baseline paths, but this isn't actually true (e.g., additional_platform_directory).
Comment 1 Sam Sneddon [:gsnedders] 2022-11-25 04:58:15 PST
Pull request: https://github.com/WebKit/WebKit/pull/6814
Comment 2 Radar WebKit Bug Importer 2022-12-02 04:55:16 PST
<rdar://problem/102901454>
Comment 3 EWS 2022-12-07 08:28:59 PST
Committed 257480@main (008f6b91afed): <https://commits.webkit.org/257480@main>

Reviewed commits have been landed. Closing PR #6814 and removing active labels.