Skip to content

Commit

Permalink
Do not run DynamicGenerics on mac (dotnet#74618)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Aug 26, 2022
1 parent ec9f7f5 commit 12bbb73
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 12bbb73

Please sign in to comment.