Skip to content

Commit 54625f3

Browse files
authored
Disable the most prevalent CG2 ARM64 test failure bucket (#38204)
These nine tests fail with the JIT assertion failure '!comp->compDoOldStructRetyping()'. I'm not 100% sure whether this makes the job green again as I see a somewhat different error in the AdvSimd_Part3_r test so I'm reluctant to disable it with the same bug before more investigation. Thanks Tomas
1 parent 083f85b commit 54625f3

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/coreclr/tests/issues.targets

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,37 @@
978978
</ExcludeList>
979979
</ItemGroup>
980980

981+
<!-- Crossgen2 arm64-specific -->
982+
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'crossgen2' and ('$(TargetArchitecture)' == 'arm64' or '$(AltJitArch)' == 'arm64') and '$(RuntimeFlavor)' == 'coreclr'">
983+
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/VectorABI/VectorMgdMgd_r/*">
984+
<Issue>https://github.com/dotnet/runtime/issues/37883</Issue>
985+
</ExcludeList>
986+
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/VectorABI/VectorMgdMgdArray_r/*">
987+
<Issue>https://github.com/dotnet/runtime/issues/37883</Issue>
988+
</ExcludeList>
989+
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/VectorABI/VectorMgdMgdStatic_r/*">
990+
<Issue>https://github.com/dotnet/runtime/issues/37883</Issue>
991+
</ExcludeList>
992+
<ExcludeList Include="$(XunitTestBinBase)/JIT/HardwareIntrinsics/Arm/AdvSimd/AdvSimd_Part0_ro/*">
993+
<Issue>https://github.com/dotnet/runtime/issues/37883</Issue>
994+
</ExcludeList>
995+
<ExcludeList Include="$(XunitTestBinBase)/JIT/HardwareIntrinsics/Arm/AdvSimd/AdvSimd_Part1_r/*">
996+
<Issue>https://github.com/dotnet/runtime/issues/37883</Issue>
997+
</ExcludeList>
998+
<ExcludeList Include="$(XunitTestBinBase)/JIT/HardwareIntrinsics/Arm/AdvSimd/AdvSimd_Part1_ro/*">
999+
<Issue>https://github.com/dotnet/runtime/issues/37883</Issue>
1000+
</ExcludeList>
1001+
<ExcludeList Include="$(XunitTestBinBase)/JIT/HardwareIntrinsics/Arm/AdvSimd/AdvSimd_Part2_ro/*">
1002+
<Issue>https://github.com/dotnet/runtime/issues/37883</Issue>
1003+
</ExcludeList>
1004+
<ExcludeList Include="$(XunitTestBinBase)/JIT/HardwareIntrinsics/Arm/AdvSimd/AdvSimd_Part4_ro/*">
1005+
<Issue>https://github.com/dotnet/runtime/issues/37883</Issue>
1006+
</ExcludeList>
1007+
<ExcludeList Include="$(XunitTestBinBase)/JIT/HardwareIntrinsics/Arm/AdvSimd/AdvSimd_Part5_r/*">
1008+
<Issue>https://github.com/dotnet/runtime/issues/37883</Issue>
1009+
</ExcludeList>
1010+
</ItemGroup>
1011+
9811012
<!-- runtest.proj finds all the *.cmd/*.sh scripts in a test folder and creates corresponding test methods.
9821013
Exclude these scripts to avoid creating such methods for the superpmicollect dependent test projects
9831014
and running them separately from superpmicollect test. These should be excluded regardless of RuntimeFlavor/os/arch-->

0 commit comments

Comments
 (0)