[libraries][Android] Reenable System.Collections.Immutable Tests (#56988)
authorMitchell Hwang <16830051+mdh1418@users.noreply.github.com>
Mon, 9 Aug 2021 17:33:47 +0000 (13:33 -0400)
committerGitHub <noreply@github.com>
Mon, 9 Aug 2021 17:33:47 +0000 (13:33 -0400)
Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
src/libraries/System.Collections.Immutable/tests/ImmutableArrayTest.cs
src/libraries/System.Collections.Immutable/tests/ImmutableDictionaryTest.cs
src/libraries/System.Collections.Immutable/tests/ImmutableSortedDictionaryTest.cs

index c431957..7961a0f 100644 (file)
@@ -1984,7 +1984,6 @@ namespace System.Collections.Immutable.Tests
 
         [Theory]
         [MemberData(nameof(IStructuralEquatableGetHashCodeData))]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/50579", TestPlatforms.Android)]
         [ActiveIssue("https://github.com/dotnet/runtime/issues/36876", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
         public void IStructuralEquatableGetHashCode(IEnumerable<int> source, IEqualityComparer comparer)
         {
index 256a49c..f366f8e 100644 (file)
@@ -399,7 +399,6 @@ namespace System.Collections.Immutable.Tests
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/50579", TestPlatforms.Android)]
         public void Indexer_KeyNotFoundException_ContainsKeyInMessage()
         {
             var map = ImmutableDictionary.Create<string, string>()
index c0ba891..0cd6073 100644 (file)
@@ -456,7 +456,6 @@ namespace System.Collections.Immutable.Tests
         }
 
         [Fact]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/50579", TestPlatforms.Android)]
         public void Indexer_KeyNotFoundException_ContainsKeyInMessage()
         {
             var map = ImmutableSortedDictionary.Create<string, string>()