Imported Upstream version 5.16.0.168

Former-commit-id: 0693caccf03a6a0d56424bcfcbe3a91c1698f35b
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-09-26 08:19:25 +00:00
parent 64580d8746
commit fe5f08787c
38 changed files with 35 additions and 31 deletions

View File

@@ -57,7 +57,11 @@ namespace System.Collections.Generic.Tests
Assert.Equal(comparer.GetHashCode(), comparer.GetHashCode());
}
#if MOBILE
[Fact(Skip="Mono issue #10807")]
#else
[Fact]
#endif
public void EqualityComparer_GetHashCodeShouldBeOverriddenAndBeTheSameAsLongAsTheTypeIsTheSame_cloned()
{
var comparer = EqualityComparer<T>.Default;