You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/tests/issues.targets
+10
Original file line number
Diff line number
Diff line change
@@ -1166,6 +1166,16 @@
1166
1166
</ExcludeList>
1167
1167
</ItemGroup>
1168
1168
1169
+
<!-- NativeAOT arm32 specific excludes -->
1170
+
<ItemGroupCondition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr' and ('$(TargetArchitecture)' == 'arm' or '$(AltJitArch)' == 'arm')">
0 commit comments