未验证 提交 12bbb733 编写于 作者: M Michal Strehovský 提交者: GitHub

Do not run DynamicGenerics on mac (#74618)

上级 ec9f7f5a
......@@ -922,7 +922,14 @@
</ExcludeList>
</ItemGroup>
<!-- NativeAOT specific -->
<!-- All OSX targets on NativeAOT -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TargetsOSX)' == 'true' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr' ">
<ExcludeList Include="$(XunitTestBinBase)/nativeaot/SmokeTests/DynamicGenerics/DynamicGenerics/*">
<Issue>https://github.com/dotnet/runtime/issues/73299</Issue>
</ExcludeList>
</ItemGroup>
<!-- NativeAOT specific -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'">
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/NegativeTestCases/**">
<Issue>https://github.com/dotnet/runtimelab/issues/155: Compatible TypeLoadException for invalid inputs</Issue>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册