Skip to content

Commit

Permalink
Disable EmptyStructs tests on System V Mono (#106112)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeksowi authored Aug 8, 2024
1 parent 928d52a commit e869a8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/JIT/Directed/StructABI/EmptyStructs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Tracking issue: https://github.com/dotnet/runtime/issues/92129 -->
<CLRTestTargetUnsupported Condition="'$(TargetsAppleMobile)' == 'true'">true</CLRTestTargetUnsupported>
<!-- Tracking issue: https://github.com/dotnet/runtime/issues/106071 -->
<CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' == 'x64' and '$(TargetOS)' != 'windows' and '$(RuntimeFlavor)' == 'mono'">true</CLRTestTargetUnsupported>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
Expand Down

0 comments on commit e869a8f

Please sign in to comment.