Skip to content

Commit 4000825

Browse files
EgorBopull[bot]
authored andcommitted
Disable Comparer_get_Default test on win-arm64-crossgen (#105089)
1 parent 5c15370 commit 4000825

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tests/issues.targets

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,13 @@
673673
<Issue>https://github.com/dotnet/runtime/issues/85663</Issue>
674674
</ExcludeList>
675675
</ItemGroup>
676+
677+
<!-- Crossgen2 win-arm64 specific excludes -->
678+
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and ('$(TestBuildMode)' == 'crossgen2' or '$(TestBuildMode)' == 'crossgen') and '$(RuntimeFlavor)' == 'coreclr' and '$(TargetArchitecture)' == 'arm64' and '$(TargetOS)' == 'windows'">
679+
<ExcludeList Include="$(XunitTestBinBase)/JIT/opt/Devirtualization/Comparer_get_Default/*">
680+
<Issue>https://github.com/dotnet/runtime/issues/104927</Issue>
681+
</ExcludeList>
682+
</ItemGroup>
676683

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

0 commit comments

Comments
 (0)