Bug 304450
| Summary: | [filter-build-webkit] Improve filtering of swift build output | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | zak ridouh <zakr> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
zak ridouh
The issue currently with our regex in `filter-build-webkit` is the output is something along the lines of `SwiftCompile normal arm64 /path/to/Filename.swift`, and our regex ends up capturing the `normal` part of the output.
Fix this by adding a regex to properly parse Swift file names and output them properly.
Now instead of `WebGPU SwiftCompile normal`, it shows `WebGPU SwiftCompile Buffer.swift`.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/166828695>
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/55661
EWS
Committed 304718@main (3f5f3496016f): <https://commits.webkit.org/304718@main>
Reviewed commits have been landed. Closing PR #55661 and removing active labels.