Skip to content

Commit

Permalink
[wasm] Bump chrome used for testing to 100.0.4896.88 (#67933)
Browse files Browse the repository at this point in the history
* [wasm] Bump chrome used for testing to 100.0.4896.88

* [wasm] trigger debugger tests when browser version is updated
  • Loading branch information
radical authored Apr 13, 2022
1 parent a9b3898 commit b58d801
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/common/evaluate-default-paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
include:
- src/mono/wasm/debugger/*
- src/mono/wasm/runtime/*
- src/mono/wasm/BrowsersForTesting.props
- src/mono/mono/*
- subset: allwasm
include:
Expand Down
12 changes: 6 additions & 6 deletions src/mono/wasm/BrowsersForTesting.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_x64/
and https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win_x64/
Eg. latest stable version is 96.0.4664.45 with revision 929512.
but the closest one available in the snapshosts is 929513.
Please make sure to check both platforms as sometime
the same snapshot might not be available in one of them.
Eg. latest stable version is 100.0.4896.88 with revision 972766.
but the closest one available in the snapshosts is 972765.
Please make sure to check both platforms as sometimes
the same snapshot might not be available in both of them.
-->
<PropertyGroup Condition="'$(BrowserHost)' != 'windows'">
<ChromiumRevision>929513</ChromiumRevision>
<ChromiumRevision>972765</ChromiumRevision>
<ChromiumUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/$(ChromiumRevision)/chrome-linux.zip</ChromiumUrl>
<ChromeDriverUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/$(ChromiumRevision)/chromedriver_linux64.zip</ChromeDriverUrl>
<ChromiumDirName>chrome-linux</ChromiumDirName>
Expand All @@ -18,7 +18,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(BrowserHost)' == 'windows'">
<ChromiumRevision>929513</ChromiumRevision>
<ChromiumRevision>972766</ChromiumRevision>
<ChromiumUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/$(ChromiumRevision)/chrome-win.zip</ChromiumUrl>
<ChromeDriverUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/$(ChromiumRevision)/chromedriver_win32.zip</ChromeDriverUrl>
<ChromiumDirName>chrome-win</ChromiumDirName>
Expand Down

0 comments on commit b58d801

Please sign in to comment.