Skip to content

[wasm] Bump chrome for testing - linux: 145.0.7632.109, windows: 145.0.7632.77#124974

Closed
ilonatommy wants to merge 1 commit intodotnet:mainfrom
ilonatommy:manual-chrome-bump
Closed

[wasm] Bump chrome for testing - linux: 145.0.7632.109, windows: 145.0.7632.77#124974
ilonatommy wants to merge 1 commit intodotnet:mainfrom
ilonatommy:manual-chrome-bump

Conversation

@ilonatommy
Copy link
Member

Same as #124714.

@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival
See info in area-owners.md if you want to be subscribed.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Comment on lines +12 to +13
<win_ChromeRevision>1568190</win_ChromeRevision>
<win_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1568195</win_ChromeBaseSnapshotUrl>
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Comment on lines 7 to 10
<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>
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
<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>

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants