-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove test references to archaic Linux versions #81992
Conversation
Tagging subscribers to this area: @dotnet/area-meta Issue Detailsfollow-up on #34361.
|
We have deleted Systém.Drawing support fór Unix that used to depend on libgdiplus. All gdiplus related conditions can be deleted. |
@wfurt does this need to be backported to 7.0 and 6.0? If yes, then this is a friendly reminder that Code Complete for the March Servicing Release is tomorrow Monday 13th EOD. |
This is cleanup PR. It is not a servicing candidate. |
thanks for the help @jkotas. |
* remove test references to archaic Linux versions * Fix tests on Nano Co-authored-by: Jan Kotas <jkotas@microsoft.com> Commit migrated from dotnet/runtime@2749ee1
follow-up on #34361.
We no longer seems to build and run Drawing tests on Linux.
But
GetRecentGdiPlusIsAvailable2
andGetGdiPlusIsAvailableNotRedhat73
seems clearly outdated.I replaced them with
IsWindowsOrAtLeastLibgdiplus6
to be consistent and that seems to work OK on recent Linux distributions. (in case we ever change our minds)