Skip to content

Commit

Permalink
Test feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Mar 12, 2024
1 parent 1a8fef7 commit 4fcbe2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
2 changes: 2 additions & 0 deletions src/tests/Interop/Interop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<Compile Include="PInvoke/SizeParamIndex/**/*.cs" />
<Compile Include="PInvoke/Varargs/**/*.cs" />
<Compile Include="PInvoke/Vector2_3_4/**/*.cs" />
<Compile Include="Swift/SwiftAbiStress/*.cs" />

<!-- Reference the CMake projects for the directly-compiled-in tests -->
<CMakeProjectReference Include="SimpleStruct/**/CMakeLists.txt" />
Expand All @@ -47,6 +48,7 @@
<CMakeProjectReference Include="ArrayMarshalling/**/CMakeLists.txt" />
<CMakeProjectReference Include="MarshalAPI/**/CMakeLists.txt" />
<CMakeProjectReference Include="PInvoke/**/CMakeLists.txt" />
<CMakeProjectReference Include="Swift/SwiftAbiStress/CMakeLists.txt" />

<WindowsOnlyCMakeProjectReference Include="PInvoke/Attributes/LCID/**/CMakeLists.txt" />
<WindowsOnlyCMakeProjectReference Include="PInvoke/BestFitMapping/**/CMakeLists.txt" />
Expand Down
2 changes: 2 additions & 0 deletions src/tests/Interop/Swift/SwiftAbiStress/SwiftAbiStress.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
using System.Runtime.InteropServices.Swift;
using Xunit;

[PlatformSpecific(TestPlatforms.OSX | TestPlatforms.iOS | TestPlatforms.tvOS)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/94081", TestRuntimes.Mono)]
public class SwiftAbiStress
{
private const string SwiftLib = "libSwiftAbiStress.dylib";
Expand Down
16 changes: 0 additions & 16 deletions src/tests/Interop/Swift/SwiftAbiStress/SwiftAbiStress.csproj

This file was deleted.

3 changes: 0 additions & 3 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -1873,9 +1873,6 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/opt/Structs/MemsetMemcpyNullref/*">
<Issue>https://github.com/dotnet/runtime/issues/98628</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/Interop/Swift/SwiftAbiStress/**">
<Issue>https://github.com/dotnet/runtime/issues/93631: Swift frozen struct support is not implemented on Mono yet</Issue>
</ExcludeList>
</ItemGroup>

<!-- Known failures for mono runtime on Windows -->
Expand Down

0 comments on commit 4fcbe2a

Please sign in to comment.