Skip to content

Commit

Permalink
Return true for PlatformDection.IsMonoInterpreter on WASM (dotnet/run…
Browse files Browse the repository at this point in the history
…time#38768)

The property only checked for the `MONO_ENV_OPTIONS=--interpreter` env var which isn't set on WebAssembly.

This needed an arcade fix to correct an inverted condition in the ActiveIssue discoverer: dotnet/arcade#5744

Commit migrated from dotnet/runtime@4aea0a1
  • Loading branch information
akoeplinger authored Jul 3, 2020
1 parent f588c7e commit 624c721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System.Drawing.Common/tests/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
using System;
using Xunit;

[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/35917", typeof(PlatformDetection), nameof(PlatformDetection.IsNotMonoInterpreter))]
[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/35917", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter))]

0 comments on commit 624c721

Please sign in to comment.