Skip to content

Commit b58d801

Browse files
authored
[wasm] Bump chrome used for testing to 100.0.4896.88 (#67933)
* [wasm] Bump chrome used for testing to 100.0.4896.88 * [wasm] trigger debugger tests when browser version is updated
1 parent a9b3898 commit b58d801

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

eng/pipelines/common/evaluate-default-paths.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
include:
126126
- src/mono/wasm/debugger/*
127127
- src/mono/wasm/runtime/*
128+
- src/mono/wasm/BrowsersForTesting.props
128129
- src/mono/mono/*
129130
- subset: allwasm
130131
include:

src/mono/wasm/BrowsersForTesting.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Linux_x64/
44
and https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win_x64/
55
6-
Eg. latest stable version is 96.0.4664.45 with revision 929512.
7-
but the closest one available in the snapshosts is 929513.
8-
Please make sure to check both platforms as sometime
9-
the same snapshot might not be available in one of them.
6+
Eg. latest stable version is 100.0.4896.88 with revision 972766.
7+
but the closest one available in the snapshosts is 972765.
8+
Please make sure to check both platforms as sometimes
9+
the same snapshot might not be available in both of them.
1010
-->
1111
<PropertyGroup Condition="'$(BrowserHost)' != 'windows'">
12-
<ChromiumRevision>929513</ChromiumRevision>
12+
<ChromiumRevision>972765</ChromiumRevision>
1313
<ChromiumUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/$(ChromiumRevision)/chrome-linux.zip</ChromiumUrl>
1414
<ChromeDriverUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/$(ChromiumRevision)/chromedriver_linux64.zip</ChromeDriverUrl>
1515
<ChromiumDirName>chrome-linux</ChromiumDirName>
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

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

0 commit comments

Comments
 (0)