Skip to content

Commit bacdea3

Browse files
[wasm] Bump chrome for testing - linux: 120.0.6099.71, windows: 120.0.6099.71 (#95832)
* Automated bump of chrome version * [wasm] Disable DebuggerTests.CallFunctionOnTests.CheckVSCodeTestFunction1 Issue: #95950 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Ankit Jain <[email protected]>
1 parent c7a51fd commit bacdea3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

eng/testing/ChromeVersions.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project>
22
<PropertyGroup>
3-
<linux_ChromeVersion>119.0.6045.159</linux_ChromeVersion>
4-
<linux_ChromeRevision>1204232</linux_ChromeRevision>
5-
<linux_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1204234</linux_ChromeBaseSnapshotUrl>
6-
<linux_V8Version>11.9.169</linux_V8Version>
3+
<linux_ChromeVersion>120.0.6099.71</linux_ChromeVersion>
4+
<linux_ChromeRevision>1217362</linux_ChromeRevision>
5+
<linux_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1217362</linux_ChromeBaseSnapshotUrl>
6+
<linux_V8Version>12.0.267</linux_V8Version>
77

8-
<win_ChromeVersion>119.0.6045.160</win_ChromeVersion>
9-
<win_ChromeRevision>1204232</win_ChromeRevision>
10-
<win_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1204234</win_ChromeBaseSnapshotUrl>
11-
<win_V8Version>11.9.169</win_V8Version>
8+
<win_ChromeVersion>120.0.6099.71</win_ChromeVersion>
9+
<win_ChromeRevision>1217362</win_ChromeRevision>
10+
<win_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1217378</win_ChromeBaseSnapshotUrl>
11+
<win_V8Version>12.0.267</win_V8Version>
1212
</PropertyGroup>
1313
</Project>

src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public CallFunctionOnTests(ITestOutputHelper testOutput) : base(testOutput)
2020
// This tests `callFunctionOn` with a function that the vscode-js-debug extension uses
2121
// Using this here as a non-trivial test case
2222
[ConditionalTheory(nameof(RunningOnChrome))]
23-
[InlineData("big_array_js_test (10);", "/other.js", 10, 1, 10, false)]
24-
[InlineData("big_array_js_test (0);", "/other.js", 10, 1, 0, true)]
23+
// [InlineData("big_array_js_test (10);", "/other.js", 10, 1, 10, false)] - ActiveIssue https://github.com/dotnet/runtime/issues/95950
24+
// [InlineData("big_array_js_test (0);", "/other.js", 10, 1, 0, true)] - ActiveIssue https://github.com/dotnet/runtime/issues/95950
2525
[InlineData("invoke_static_method ('[debugger-test] DebuggerTests.CallFunctionOnTest:LocalsTest', 10);", "dotnet://debugger-test.dll/debugger-cfo-test.cs", 23, 12, 10, false)]
2626
[InlineData("invoke_static_method ('[debugger-test] DebuggerTests.CallFunctionOnTest:LocalsTest', 0);", "dotnet://debugger-test.dll/debugger-cfo-test.cs", 23, 12, 0, true)]
2727
public async Task CheckVSCodeTestFunction1(string eval_fn, string bp_loc, int line, int col, int len, bool roundtrip)

0 commit comments

Comments
 (0)