| Summary: | [webkitpy] provide method to accurately find all baseline paths | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
| Component: | Tools / Tests | Assignee: | Sam Sneddon [:gsnedders] <gsnedders> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pull request: https://github.com/WebKit/WebKit/pull/6814 Committed 257480@main (008f6b91afed): <https://commits.webkit.org/257480@main> Reviewed commits have been landed. Closing PR #6814 and removing active labels. |
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).