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 <[email protected]> Commit migrated from dotnet/runtime@2749ee1
follow-up on #34361.
We no longer seems to build and run Drawing tests on Linux.
But
GetRecentGdiPlusIsAvailable2andGetGdiPlusIsAvailableNotRedhat73seems clearly outdated.I replaced them with
IsWindowsOrAtLeastLibgdiplus6to be consistent and that seems to work OK on recent Linux distributions. (in case we ever change our minds)