Skip to content

Commit f78dfdb

Browse files
Do not run DynamicGenerics on mac (#74618) (#76223)
Co-authored-by: Michal Strehovský <[email protected]>
1 parent 1d709c9 commit f78dfdb

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
@@ -921,7 +921,14 @@
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>

0 commit comments

Comments
 (0)