Skip to content

Commit

Permalink
Disable Comparer_get_Default test on win-arm64-crossgen (#105089)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo authored and pull[bot] committed Sep 6, 2024
1 parent 5c15370 commit 4000825
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,13 @@
<Issue>https://github.com/dotnet/runtime/issues/85663</Issue>
</ExcludeList>
</ItemGroup>

<!-- Crossgen2 win-arm64 specific excludes -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and ('$(TestBuildMode)' == 'crossgen2' or '$(TestBuildMode)' == 'crossgen') and '$(RuntimeFlavor)' == 'coreclr' and '$(TargetArchitecture)' == 'arm64' and '$(TargetOS)' == 'windows'">
<ExcludeList Include="$(XunitTestBinBase)/JIT/opt/Devirtualization/Comparer_get_Default/*">
<Issue>https://github.com/dotnet/runtime/issues/104927</Issue>
</ExcludeList>
</ItemGroup>

<!-- NativeAOT specific -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'">
Expand Down

0 comments on commit 4000825

Please sign in to comment.