From 420725db77031f512bd0f3919af3dce2c1d74263 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 13:56:26 +0000 Subject: [PATCH] Disable ExpressionsUnwrapeExternallyThrownRuntimeWrappedException on Wasm CoreCLR Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/435c58eb-729d-4500-9888-6e0857fbe7f1 Co-authored-by: oroztocil <79744616+oroztocil@users.noreply.github.com> --- .../tests/ExceptionHandling/ExceptionHandlingExpressions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Linq.Expressions/tests/ExceptionHandling/ExceptionHandlingExpressions.cs b/src/libraries/System.Linq.Expressions/tests/ExceptionHandling/ExceptionHandlingExpressions.cs index 4f58ebb545ada7..b43c316cb3329a 100644 --- a/src/libraries/System.Linq.Expressions/tests/ExceptionHandling/ExceptionHandlingExpressions.cs +++ b/src/libraries/System.Linq.Expressions/tests/ExceptionHandling/ExceptionHandlingExpressions.cs @@ -224,6 +224,7 @@ public void ThrownNonExceptionPassesThroughNonMatchingHandlers(bool useInterpret [Theory, ClassData(typeof(CompilationTypes))] [ActiveIssue("https://github.com/mono/mono/issues/14925", TestRuntimes.Mono)] + [ActiveIssue("https://github.com/dotnet/runtime/issues/128164", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsCoreCLR))] public void ExpressionsUnwrapeExternallyThrownRuntimeWrappedException(bool useInterpreter) { ParameterExpression exRWE = Expression.Variable(typeof(RuntimeWrappedException));