File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 921
921
</ExcludeList >
922
922
</ItemGroup >
923
923
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 -->
925
932
<ItemGroup Condition =" '$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'" >
926
933
<ExcludeList Include =" $(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/NegativeTestCases/**" >
927
934
<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