Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,6 @@ public static void DCJS_EmptyString_Throws()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/60462", TestPlatforms.iOS | TestPlatforms.tvOS)]
public static void DCJS_ClassWithDatetimeOffsetTypeProperty()
{
var value = new TypeWithDateTimeOffsetTypeProperty() { ModifiedTime = new DateTimeOffset(new DateTime(2013, 1, 2, 3, 4, 5, 6, DateTimeKind.Utc)) };
Expand Down Expand Up @@ -1464,7 +1463,6 @@ public static void DCJS_TypeWithGenericDictionaryAsKnownType()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/60462", TestPlatforms.iOS | TestPlatforms.tvOS)]
public static void DCJS_TypeWithKnownTypeAttributeAndInterfaceMember()
{
TypeWithKnownTypeAttributeAndInterfaceMember value = new TypeWithKnownTypeAttributeAndInterfaceMember();
Expand All @@ -1476,7 +1474,6 @@ public static void DCJS_TypeWithKnownTypeAttributeAndInterfaceMember()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/60462", TestPlatforms.iOS | TestPlatforms.tvOS)]
public static void DCJS_TypeWithKnownTypeAttributeAndListOfInterfaceMember()
{
TypeWithKnownTypeAttributeAndListOfInterfaceMember value = new TypeWithKnownTypeAttributeAndListOfInterfaceMember();
Expand Down Expand Up @@ -2600,7 +2597,6 @@ public static void DCJS_VerifyDateTimeForFormatStringDCJsonSerSetting()
}

[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotInvariantGlobalization))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/60462", TestPlatforms.iOS | TestPlatforms.tvOS)]
public static void DCJS_VerifyDateTimeForFormatStringDCJsonSerSettings()
{
var jsonTypes = new JsonTypes();
Expand Down
Loading