-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Remove PlatformAbstractions from runtime tests. #36243
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 PlatformAbstractions from runtime tests. #36243
Conversation
Contributes to dotnet#3470
|
Tagging subscribers to this area: @safern, @ViktorHofer |
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.Unix.cs
Outdated
Show resolved
Hide resolved
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.Unix.cs
Show resolved
Hide resolved
tarekgh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a couple of questions, other than that LGTM.
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.Unix.cs
Outdated
Show resolved
Hide resolved
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.Unix.cs
Outdated
Show resolved
Hide resolved
ViktorHofer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍
6504a43 to
aa91318
Compare
|
The allConfigurations failure is #36285. |
Contributes to #3470