未验证 提交 591601a3 编写于 作者: S Steve Pfister 提交者: GitHub

[iOS] Reenable skipped StructureToPtr tests (#73236)

As a result of #73013 landing, the skipped StructureToPtr tests can be enabled.

Contributes to #73008
上级 a1a6bb3c
...@@ -13,7 +13,6 @@ namespace System.Runtime.InteropServices.Tests ...@@ -13,7 +13,6 @@ namespace System.Runtime.InteropServices.Tests
public class PtrToStructureTests public class PtrToStructureTests
{ {
[Fact] [Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/73008", TestPlatforms.iOS | TestPlatforms.tvOS)]
public void StructureToPtr_NonGenericType_ReturnsExpected() public void StructureToPtr_NonGenericType_ReturnsExpected()
{ {
var structure = new SequentialClass var structure = new SequentialClass
...@@ -65,7 +64,6 @@ public void StructureToPtr_GenericType_ReturnsExpected() ...@@ -65,7 +64,6 @@ public void StructureToPtr_GenericType_ReturnsExpected()
} }
[Fact] [Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/73008", TestPlatforms.iOS | TestPlatforms.tvOS)]
public void StructureToPtr_NonGenericObject_ReturnsExpected() public void StructureToPtr_NonGenericObject_ReturnsExpected()
{ {
var structure = new SomeTestStruct var structure = new SomeTestStruct
...@@ -92,7 +90,6 @@ public void StructureToPtr_NonGenericObject_ReturnsExpected() ...@@ -92,7 +90,6 @@ public void StructureToPtr_NonGenericObject_ReturnsExpected()
} }
[Fact] [Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/73008", TestPlatforms.iOS | TestPlatforms.tvOS)]
public void StructureToPtr_GenericObject_ReturnsExpected() public void StructureToPtr_GenericObject_ReturnsExpected()
{ {
var structure = new SomeTestStruct var structure = new SomeTestStruct
...@@ -149,7 +146,6 @@ public void PtrToStructure_AutoLayoutClass_ThrowsArgumentException() ...@@ -149,7 +146,6 @@ public void PtrToStructure_AutoLayoutClass_ThrowsArgumentException()
} }
[Fact] [Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/73008", TestPlatforms.iOS | TestPlatforms.tvOS)]
public unsafe void PtrToStructure_GenericLayoutClass_Generic() public unsafe void PtrToStructure_GenericLayoutClass_Generic()
{ {
int i = 42; int i = 42;
...@@ -160,7 +156,6 @@ public unsafe void PtrToStructure_GenericLayoutClass_Generic() ...@@ -160,7 +156,6 @@ public unsafe void PtrToStructure_GenericLayoutClass_Generic()
} }
[Fact] [Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/73008", TestPlatforms.iOS | TestPlatforms.tvOS)]
public unsafe void PtrToStructure_GenericLayoutClass() public unsafe void PtrToStructure_GenericLayoutClass()
{ {
int i = 42; int i = 42;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册