File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 922
922
</ExcludeList >
923
923
</ItemGroup >
924
924
925
- <!-- NativeAOT specific -->
925
+ <!-- All OSX targets on NativeAOT -->
926
+ <ItemGroup Condition =" '$(XunitTestBinBase)' != '' and '$(TargetsOSX)' == 'true' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr' " >
927
+ <ExcludeList Include =" $(XunitTestBinBase)/nativeaot/SmokeTests/DynamicGenerics/DynamicGenerics/*" >
928
+ <Issue >https://github.com/dotnet/runtime/issues/73299</Issue >
929
+ </ExcludeList >
930
+ </ItemGroup >
931
+
932
+ <!-- NativeAOT specific -->
926
933
<ItemGroup Condition =" '$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'" >
927
934
<ExcludeList Include =" $(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/NegativeTestCases/**" >
928
935
<Issue >https://github.com/dotnet/runtimelab/issues/155: Compatible TypeLoadException for invalid inputs</Issue >
You can’t perform that action at this time.
0 commit comments