[wasm] Bump chrome for testing - linux: 145.0.7632.109, windows: 145.0.7632.77#124974
[wasm] Bump chrome for testing - linux: 145.0.7632.109, windows: 145.0.7632.77#124974ilonatommy wants to merge 1 commit intodotnet:mainfrom
Conversation
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
There was a problem hiding this comment.
Pull request overview
This PR bumps the Chrome for Testing versions used in WebAssembly testing infrastructure for Linux and Windows platforms. The update moves from Chrome 143.0.7499.40 to Chrome 145.0.7632.109 (Linux) and 145.0.7632.77 (Windows), along with corresponding V8 engine version updates from 14.3.127 to 14.5.201.
Changes:
- Update Linux Chrome version to 145.0.7632.109 with revision 1568190 and V8 14.5.201
- Update Windows Chrome version to 145.0.7632.77 with revision 1568190 and V8 14.5.201
- macOS remains at Chrome 143.0.7499.40 (unchanged)
| <win_ChromeRevision>1568190</win_ChromeRevision> | ||
| <win_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1568195</win_ChromeBaseSnapshotUrl> |
There was a problem hiding this comment.
There is an inconsistency between win_ChromeRevision (1568190) and the revision used in win_ChromeBaseSnapshotUrl (1568195). The revision number in the URL should match the ChromeRevision property. This mismatch could cause Chrome provisioning to fail or download an incorrect version. Please verify which revision is correct and ensure both properties use the same value.
| <macos_ChromeVersion>143.0.7499.40</macos_ChromeVersion> | ||
| <macos_ChromeRevision>1536371</macos_ChromeRevision> | ||
| <macos_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Mac_Arm/1536376</macos_ChromeBaseSnapshotUrl> | ||
| <macos_V8Version>14.3.127</macos_V8Version> |
There was a problem hiding this comment.
macOS Chrome version (143.0.7499.40) is now significantly behind Linux (145.0.7632.109) and Windows (145.0.7632.77). While the automated bump process (eng/testing/bump-chrome-version.proj) only targets Linux and Windows, consider whether macOS should also be updated to maintain consistency across platforms. If macOS is intentionally kept at a different version, please document the reason.
| <macos_ChromeVersion>143.0.7499.40</macos_ChromeVersion> | |
| <macos_ChromeRevision>1536371</macos_ChromeRevision> | |
| <macos_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Mac_Arm/1536376</macos_ChromeBaseSnapshotUrl> | |
| <macos_V8Version>14.3.127</macos_V8Version> | |
| <macos_ChromeVersion>145.0.7632.109</macos_ChromeVersion> | |
| <macos_ChromeRevision>1568190</macos_ChromeRevision> | |
| <macos_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Mac_Arm/1568190</macos_ChromeBaseSnapshotUrl> | |
| <macos_V8Version>14.5.201</macos_V8Version> |
Same as #124714.