Skip to content

Commit bd034ab

Browse files
Mute StructureToPtr_ByValDateArray_Success on tvOS
The test fails on tvos-arm64 with a VerificationException indicating a generic type constraint violation in DateMarshaler marshaling stubs. Linked KBE: #127952 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5001116 commit bd034ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/Marshal

src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/Marshal/StructureToPtrTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public void StructureToPtr_OverflowByValArrayInStruct_Success()
9191

9292
[Fact]
9393
[ActiveIssue("https://github.com/mono/mono/issues/15103", TestRuntimes.Mono)]
94+
[ActiveIssue("https://github.com/dotnet/runtime/issues/127952", TestPlatforms.tvOS)]
9495
public void StructureToPtr_ByValDateArray_Success()
9596
{
9697
var structure = new StructWithDateArray()

0 commit comments

Comments
 (0)