|
195 | 195 | <ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/regress/vsw/373472/**">
|
196 | 196 | <Issue>Allocates large contiguous array that is not consistently available on 32-bit platforms</Issue>
|
197 | 197 | </ExcludeList>
|
| 198 | + <!-- Arm32 does not support hardware intrinsics --> |
| 199 | + <ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/**"> |
| 200 | + <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
| 201 | + </ExcludeList> |
198 | 202 | </ItemGroup>
|
199 | 203 |
|
200 | 204 | <!-- Arm64 All OS -->
|
|
235 | 239 | <ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/Generics/GenericsTest/*">
|
236 | 240 | <Issue>https://github.com/dotnet/runtime/issues/60036</Issue>
|
237 | 241 | </ExcludeList>
|
| 242 | + <!-- Arm64 does not support Vector256 --> |
| 243 | + <ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/Vector256/**"> |
| 244 | + <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
| 245 | + </ExcludeList> |
| 246 | + <ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/Vector256_1/**"> |
| 247 | + <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
| 248 | + </ExcludeList> |
| 249 | + <!-- Arm64 does not support X86 hardware intrinsics --> |
| 250 | + <ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/X86/**"> |
| 251 | + <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
| 252 | + </ExcludeList> |
238 | 253 | </ItemGroup>
|
239 | 254 |
|
240 | 255 | <!-- Windows all architecture excludes -->
|
|
252 | 267 | <ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/GitHub_34094/Test34094/*">
|
253 | 268 | <Issue>https://github.com/dotnet/runtime/issues/57458</Issue>
|
254 | 269 | </ExcludeList>
|
| 270 | + <!-- X64 does not support Vector64 --> |
| 271 | + <ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/Vector64/**"> |
| 272 | + <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
| 273 | + </ExcludeList> |
| 274 | + <ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/Vector64_1/**"> |
| 275 | + <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
| 276 | + </ExcludeList> |
| 277 | + <!-- X64 does not support Arm hardware intrinsics --> |
| 278 | + <ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/Arm/**"> |
| 279 | + <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
| 280 | + </ExcludeList> |
255 | 281 | </ItemGroup>
|
256 | 282 |
|
257 | 283 | <!-- Windows x86 specific excludes -->
|
|
286 | 312 | <ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/GitHub_34094/Test34094/*">
|
287 | 313 | <Issue>https://github.com/dotnet/runtime/issues/57458</Issue>
|
288 | 314 | </ExcludeList>
|
| 315 | + <!-- X86 does not support Vector64 --> |
| 316 | + <ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/Vector64/**"> |
| 317 | + <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
| 318 | + </ExcludeList> |
| 319 | + <ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/Vector64_1/**"> |
| 320 | + <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
| 321 | + </ExcludeList> |
| 322 | + <!-- X86 does not support Arm hardware intrinsics --> |
| 323 | + <ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/Arm/**"> |
| 324 | + <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
| 325 | + </ExcludeList> |
289 | 326 | </ItemGroup>
|
290 | 327 |
|
291 | 328 | <!-- Windows arm32 specific excludes -->
|
|
568 | 605 | <ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/GitHub_19601/Github_19601/*">
|
569 | 606 | <Issue>Needs Triage</Issue>
|
570 | 607 | </ExcludeList>
|
| 608 | + <!-- X64 does not support Vector64 --> |
| 609 | + <ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/Vector64/**"> |
| 610 | + <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
| 611 | + </ExcludeList> |
| 612 | + <ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/Vector64_1/**"> |
| 613 | + <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
| 614 | + </ExcludeList> |
| 615 | + <!-- X64 does not support Arm hardware intrinsics --> |
| 616 | + <ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/Arm/**"> |
| 617 | + <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
| 618 | + </ExcludeList> |
571 | 619 | </ItemGroup>
|
572 | 620 |
|
573 | 621 | <!-- Unix arm64 specific -->
|
|
590 | 638 | <ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/DoublinkList/dlstack/*">
|
591 | 639 | <Issue>Release only crash</Issue>
|
592 | 640 | </ExcludeList>
|
593 |
| - <ExcludeList Include="$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/Vector256/**"> |
594 |
| - <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
595 |
| - </ExcludeList> |
596 | 641 | </ItemGroup>
|
597 | 642 |
|
598 | 643 | <!-- Unix arm32 specific -->
|
|
606 | 651 | <ExcludeList Include="$(XunitTestBinBase)/profiler/multiple/multiple/*">
|
607 | 652 | <Issue>https://github.com/dotnet/runtime/issues/57875</Issue>
|
608 | 653 | </ExcludeList>
|
609 |
| - <ExcludeList Include="$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/Vector256/**"> |
610 |
| - <Issue>https://github.com/dotnet/runtime/issues/60154</Issue> |
611 |
| - </ExcludeList> |
612 | 654 | </ItemGroup>
|
613 | 655 |
|
614 | 656 | <!-- Tests that need to be triaged for vararg usage as that is not supported -->
|
|
0 commit comments