Skip to content

Commit

Permalink
[libraries][iOS][tvOS] Reenable System.Resource.ResourceManager and S…
Browse files Browse the repository at this point in the history
…ystem.Collections.Immutable tests (#56994)

* [libraries][iOS][tvOS] Reenable System.Resorce.ResourceManager.Tests tests

* [libraries][iOS][tvOS] Remove ActiveIssue from test with no test data

Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
  • Loading branch information
mdh1418 and Mitchell Hwang authored Aug 10, 2021
1 parent f02d9ff commit 4566436
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,6 @@ public void IStructuralEquatableEqualsNullComparerInvalid()

[Theory]
[MemberData(nameof(IStructuralEquatableGetHashCodeData))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/36876", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
public void IStructuralEquatableGetHashCode(IEnumerable<int> source, IEqualityComparer comparer)
{
var array = source.ToImmutableArray();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public static IEnumerable<object[]> CultureResourceData()

[Theory]
[MemberData(nameof(CultureResourceData))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/36893", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
public static void GetString_CultureFallback(string key, string cultureName, string expectedValue)
{
Type resourceType = typeof(Resources.TestResx);
Expand All @@ -93,7 +92,6 @@ public static void GetString_CultureFallback(string key, string cultureName, str
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/36893", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
public static void GetString_FromTestClassWithoutNeutralResources()
{
// This test is designed to complement the GetString_FromCulutureAndResourceType "fr" & "fr-CA" cases
Expand Down

0 comments on commit 4566436

Please sign in to comment.