Skip to content

Commit c02a026

Browse files
Fix #88628. (#89569)
1 parent 7f13ec5 commit c02a026

File tree

2 files changed

+84
-1
lines changed

2 files changed

+84
-1
lines changed

src/libraries/System.Collections.Immutable/tests/Frozen/FrozenDictionaryTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ public static IEnumerable<object[]> LookupItems_AllItemsFoundAsExpected_MemberDa
196196

197197
[Theory]
198198
[MemberData(nameof(LookupItems_AllItemsFoundAsExpected_MemberData))]
199-
[ActiveIssue("https://github.com/dotnet/runtime/issues/88628", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))]
200199
public void LookupItems_AllItemsFoundAsExpected(int size, IEqualityComparer<TKey> comparer, bool specifySameComparer)
201200
{
202201
Dictionary<TKey, TValue> original =

src/libraries/System.Collections.Immutable/tests/default.rd.xml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,108 @@
3737
</Method>
3838
</Type>
3939

40+
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Collections.Generic.KeyValuePair`2[[System.SByte, System.Private.CoreLib],[System.SByte, System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
41+
<Method Name="CompareTypedSets" Dynamic="Required All">
42+
<GenericArgument Name="System.Collections.Generic.KeyValuePair`2[[System.SByte,System.Private.CoreLib],[System.SByte,System.Private.CoreLib]],System.Private.CoreLib" />
43+
</Method>
44+
</Type>
45+
46+
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Collections.Generic.KeyValuePair`2[[System.Int16, System.Private.CoreLib],[System.Int16, System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
47+
<Method Name="CompareTypedSets" Dynamic="Required All">
48+
<GenericArgument Name="System.Collections.Generic.KeyValuePair`2[[System.Int16,System.Private.CoreLib],[System.Int16,System.Private.CoreLib]],System.Private.CoreLib" />
49+
</Method>
50+
</Type>
51+
4052
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Collections.Generic.KeyValuePair`2[[System.Int32, System.Private.CoreLib],[System.Int32, System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
4153
<Method Name="CompareTypedSets" Dynamic="Required All">
4254
<GenericArgument Name="System.Collections.Generic.KeyValuePair`2[[System.Int32,System.Private.CoreLib],[System.Int32,System.Private.CoreLib]],System.Private.CoreLib" />
4355
</Method>
4456
</Type>
4557

58+
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Collections.Generic.KeyValuePair`2[[System.IntPtr, System.Private.CoreLib],[System.IntPtr, System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
59+
<Method Name="CompareTypedSets" Dynamic="Required All">
60+
<GenericArgument Name="System.Collections.Generic.KeyValuePair`2[[System.IntPtr,System.Private.CoreLib],[System.IntPtr,System.Private.CoreLib]],System.Private.CoreLib" />
61+
</Method>
62+
</Type>
63+
64+
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Collections.Generic.KeyValuePair`2[[System.Byte, System.Private.CoreLib],[System.Byte, System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
65+
<Method Name="CompareTypedSets" Dynamic="Required All">
66+
<GenericArgument Name="System.Collections.Generic.KeyValuePair`2[[System.Byte,System.Private.CoreLib],[System.Byte,System.Private.CoreLib]],System.Private.CoreLib" />
67+
</Method>
68+
</Type>
69+
70+
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Collections.Generic.KeyValuePair`2[[System.UInt16, System.Private.CoreLib],[System.UInt16, System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
71+
<Method Name="CompareTypedSets" Dynamic="Required All">
72+
<GenericArgument Name="System.Collections.Generic.KeyValuePair`2[[System.UInt16,System.Private.CoreLib],[System.UInt16,System.Private.CoreLib]],System.Private.CoreLib" />
73+
</Method>
74+
</Type>
75+
76+
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Collections.Generic.KeyValuePair`2[[System.UInt32, System.Private.CoreLib],[System.UInt32, System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
77+
<Method Name="CompareTypedSets" Dynamic="Required All">
78+
<GenericArgument Name="System.Collections.Generic.KeyValuePair`2[[System.UInt32,System.Private.CoreLib],[System.UInt32,System.Private.CoreLib]],System.Private.CoreLib" />
79+
</Method>
80+
</Type>
81+
82+
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Collections.Generic.KeyValuePair`2[[System.UIntPtr, System.Private.CoreLib],[System.UIntPtr, System.Private.CoreLib]],System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
83+
<Method Name="CompareTypedSets" Dynamic="Required All">
84+
<GenericArgument Name="System.Collections.Generic.KeyValuePair`2[[System.UIntPtr,System.Private.CoreLib],[System.UIntPtr,System.Private.CoreLib]],System.Private.CoreLib" />
85+
</Method>
86+
</Type>
87+
88+
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.SByte,System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
89+
<Method Name="CompareTypedSets" Dynamic="Required All">
90+
<GenericArgument Name="System.SByte,System.Private.CoreLib" />
91+
</Method>
92+
</Type>
93+
94+
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Int16,System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
95+
<Method Name="CompareTypedSets" Dynamic="Required All">
96+
<GenericArgument Name="System.Int16,System.Private.CoreLib" />
97+
</Method>
98+
</Type>
99+
46100
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Int32,System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
47101
<Method Name="CompareTypedSets" Dynamic="Required All">
48102
<GenericArgument Name="System.Int32,System.Private.CoreLib" />
49103
</Method>
50104
</Type>
51105

106+
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.IntPtr,System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
107+
<Method Name="CompareTypedSets" Dynamic="Required All">
108+
<GenericArgument Name="System.IntPtr,System.Private.CoreLib" />
109+
</Method>
110+
</Type>
111+
112+
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Byte,System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
113+
<Method Name="CompareTypedSets" Dynamic="Required All">
114+
<GenericArgument Name="System.Byte,System.Private.CoreLib" />
115+
</Method>
116+
</Type>
117+
118+
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.UInt16,System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
119+
<Method Name="CompareTypedSets" Dynamic="Required All">
120+
<GenericArgument Name="System.UInt16,System.Private.CoreLib" />
121+
</Method>
122+
</Type>
123+
124+
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.UInt32,System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
125+
<Method Name="CompareTypedSets" Dynamic="Required All">
126+
<GenericArgument Name="System.UInt32,System.Private.CoreLib" />
127+
</Method>
128+
</Type>
129+
52130
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.UInt64,System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
53131
<Method Name="CompareTypedSets" Dynamic="Required All">
54132
<GenericArgument Name="System.UInt64,System.Private.CoreLib" />
55133
</Method>
56134
</Type>
57135

136+
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.UIntPtr,System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All">
137+
<Method Name="CompareTypedSets" Dynamic="Required All">
138+
<GenericArgument Name="System.UIntPtr,System.Private.CoreLib" />
139+
</Method>
140+
</Type>
141+
58142
<Type Name="Xunit.Sdk.AssertEqualityComparer`1[[System.Collections.Generic.HashSet`1[[System.Collections.Frozen.Tests.SimpleStruct,System.Collections.Immutable.Tests]],System.Private.CoreLib]]" Dynamic="Required All">
59143
<Method Name="CompareTypedSets" Dynamic="Required All">
60144
<GenericArgument Name="System.Collections.Frozen.Tests.SimpleStruct,System.Collections.Immutable.Tests" />

0 commit comments

Comments
 (0)