From 745466378e5c4963da6bdfbb81f16f824a8ac7fd Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Thu, 27 Jul 2023 15:45:57 +0100 Subject: [PATCH] Fix #88628. --- .../tests/Frozen/FrozenDictionaryTests.cs | 1 - .../tests/default.rd.xml | 84 +++++++++++++++++++ 2 files changed, 84 insertions(+), 1 deletion(-) diff --git a/src/libraries/System.Collections.Immutable/tests/Frozen/FrozenDictionaryTests.cs b/src/libraries/System.Collections.Immutable/tests/Frozen/FrozenDictionaryTests.cs index a351605ef6689..a1f6adc0c782b 100644 --- a/src/libraries/System.Collections.Immutable/tests/Frozen/FrozenDictionaryTests.cs +++ b/src/libraries/System.Collections.Immutable/tests/Frozen/FrozenDictionaryTests.cs @@ -196,7 +196,6 @@ public static IEnumerable LookupItems_AllItemsFoundAsExpected_MemberDa [Theory] [MemberData(nameof(LookupItems_AllItemsFoundAsExpected_MemberData))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/88628", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))] public void LookupItems_AllItemsFoundAsExpected(int size, IEqualityComparer comparer, bool specifySameComparer) { Dictionary original = diff --git a/src/libraries/System.Collections.Immutable/tests/default.rd.xml b/src/libraries/System.Collections.Immutable/tests/default.rd.xml index 19e13df081e7f..ed04b97b90ce0 100644 --- a/src/libraries/System.Collections.Immutable/tests/default.rd.xml +++ b/src/libraries/System.Collections.Immutable/tests/default.rd.xml @@ -37,24 +37,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +