diff --git a/eng/testing/ChromeVersions.props b/eng/testing/ChromeVersions.props index bd37ccaa2f080c..1d1f5166702e0c 100644 --- a/eng/testing/ChromeVersions.props +++ b/eng/testing/ChromeVersions.props @@ -1,13 +1,13 @@ - 119.0.6045.159 - 1204232 - https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1204234 - 11.9.169 + 120.0.6099.71 + 1217362 + https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1217362 + 12.0.267 - 119.0.6045.160 - 1204232 - https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1204234 - 11.9.169 + 120.0.6099.71 + 1217362 + https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1217378 + 12.0.267 diff --git a/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs b/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs index bffacaf2fa23a6..b8be5d44efcd27 100644 --- a/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs +++ b/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs @@ -20,8 +20,8 @@ public CallFunctionOnTests(ITestOutputHelper testOutput) : base(testOutput) // This tests `callFunctionOn` with a function that the vscode-js-debug extension uses // Using this here as a non-trivial test case [ConditionalTheory(nameof(RunningOnChrome))] - [InlineData("big_array_js_test (10);", "/other.js", 10, 1, 10, false)] - [InlineData("big_array_js_test (0);", "/other.js", 10, 1, 0, true)] + // [InlineData("big_array_js_test (10);", "/other.js", 10, 1, 10, false)] - ActiveIssue https://github.com/dotnet/runtime/issues/95950 + // [InlineData("big_array_js_test (0);", "/other.js", 10, 1, 0, true)] - ActiveIssue https://github.com/dotnet/runtime/issues/95950 [InlineData("invoke_static_method ('[debugger-test] DebuggerTests.CallFunctionOnTest:LocalsTest', 10);", "dotnet://debugger-test.dll/debugger-cfo-test.cs", 23, 12, 10, false)] [InlineData("invoke_static_method ('[debugger-test] DebuggerTests.CallFunctionOnTest:LocalsTest', 0);", "dotnet://debugger-test.dll/debugger-cfo-test.cs", 23, 12, 0, true)] public async Task CheckVSCodeTestFunction1(string eval_fn, string bp_loc, int line, int col, int len, bool roundtrip)