Skip to content

Commit

Permalink
[mono][wasm] Disable some tests which crash on AOT. (#55054)
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz authored Jul 2, 2021
1 parent 2466875 commit 020e6c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ public static void CalledFrom_LockExpression()

// ManagedTests.DynamicCSharp.Conformance.dynamic.context.method.regmethod.regclass.regclass012.regclass012
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/55051", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))]
public static void CalledFrom_ForExpressionBody()
{
dynamic mc = new MemberClass();
Expand All @@ -757,6 +758,7 @@ public static void CalledFrom_ForExpressionBody()

// ManagedTests.DynamicCSharp.Conformance.dynamic.context.method.regmethod.regclass.regclass012a.regclass012a
[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/55051", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))]
public static void CalledFrom_ForExpressionConditions()
{
dynamic mc = new MemberClass();
Expand Down

0 comments on commit 020e6c1

Please sign in to comment.