[libraries][Android] Reenable System.Linq.Expression.Tests for Android (#56646)
authorMitchell Hwang <16830051+mdh1418@users.noreply.github.com>
Sun, 1 Aug 2021 08:53:22 +0000 (04:53 -0400)
committerGitHub <noreply@github.com>
Sun, 1 Aug 2021 08:53:22 +0000 (10:53 +0200)
Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
src/libraries/System.Linq.Expressions/tests/Dynamic/InvokeMemberBindingTests.cs

index ee4962a..a9a77a6 100644 (file)
@@ -245,7 +245,6 @@ namespace System.Dynamic.Tests
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/37474", TestPlatforms.Android)]
         public void NonIndexerParameterizedGetterAndSetterIndexAccess()
         {
             dynamic d = GetObjectWithNonIndexerParameterProperty(true, true);
@@ -256,7 +255,6 @@ namespace System.Dynamic.Tests
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/37474", TestPlatforms.Android)]
         public void NonIndexerParameterizedGetterOnlyIndexAccess()
         {
             dynamic d = GetObjectWithNonIndexerParameterProperty(true, false);
@@ -267,7 +265,6 @@ namespace System.Dynamic.Tests
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/37474", TestPlatforms.Android)]
         public void NonIndexerParameterizedSetterOnlyIndexAccess()
         {
             dynamic d = GetObjectWithNonIndexerParameterProperty(false, true);