Skip to content

Commit 12bbb73

Browse files
Do not run DynamicGenerics on mac (#74618)
1 parent ec9f7f5 commit 12bbb73

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/tests/issues.targets

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,14 @@
922922
</ExcludeList>
923923
</ItemGroup>
924924

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 -->
926933
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'">
927934
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/StaticVirtualMethods/NegativeTestCases/**">
928935
<Issue>https://github.com/dotnet/runtimelab/issues/155: Compatible TypeLoadException for invalid inputs</Issue>

0 commit comments

Comments
 (0)