Skip to content

Commit a9fdb14

Browse files
filipnavaraMichalStrehovsky
authored andcommitted
Add exclusions for failing NativeAOT/arm32 tests
1 parent 30d0ad3 commit a9fdb14

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/tests/issues.targets

+10
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,16 @@
11661166
</ExcludeList>
11671167
</ItemGroup>
11681168

1169+
<!-- NativeAOT arm32 specific excludes -->
1170+
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr' and ('$(TargetArchitecture)' == 'arm' or '$(AltJitArch)' == 'arm')">
1171+
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/Casting/punning*">
1172+
<Issue>https://github.com/dotnet/runtime/issues/98493</Issue>
1173+
</ExcludeList>
1174+
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_*">
1175+
<Issue>https://github.com/dotnet/runtime/issues/95517</Issue>
1176+
</ExcludeList>
1177+
</ItemGroup>
1178+
11691179
<!-- run.proj finds all the *.cmd/*.sh scripts in a test folder and creates corresponding test methods.
11701180
Exclude these scripts to avoid creating such methods for the superpmicollect dependent test projects
11711181
and running them separately from superpmicollect test. These should be excluded regardless of RuntimeFlavor/os/arch-->

0 commit comments

Comments
 (0)