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 921921 </ExcludeList >
922922 </ItemGroup >
923923
924- <!-- NativeAOT specific -->
924+ <!-- All OSX targets on NativeAOT -->
925+ <ItemGroup Condition =" '$(XunitTestBinBase)' != '' and '$(TargetsOSX)' == 'true' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr' " >
926+ <ExcludeList Include =" $(XunitTestBinBase)/nativeaot/SmokeTests/DynamicGenerics/DynamicGenerics/*" >
927+ <Issue >https://github.com/dotnet/runtime/issues/73299</Issue >
928+ </ExcludeList >
929+ </ItemGroup >
930+
931+ <!-- NativeAOT specific -->
925932 <ItemGroup Condition =" '$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'" >
926933 <ExcludeList Include =" $(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/NegativeTestCases/**" >
927934 <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