-
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
Use ConditionalFact/Theory for skipping RemoteExecutor on unsupported platforms #37479
Use ConditionalFact/Theory for skipping RemoteExecutor on unsupported platforms #37479
Conversation
Tagging subscribers to this area: @ViktorHofer |
6cabed3
to
674bb52
Compare
I thought we were exploring ways to do this without annotating all tests that use it. Did that turn out not to be possible? |
bec1b74
to
569d487
Compare
@stephentoub yes it turned out to be impossible |
Ok, thanks |
… platforms RemoteExecutor doesn't work on platforms that can't spawn processes like iOS/Android/WebAssembly.
569d487
to
668bc6a
Compare
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.
LGTM
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.
LGTM.
…nditional # Conflicts: # src/libraries/System.Runtime.Extensions/tests/System/AppDomainTests.cs
…nditional # Conflicts: # src/libraries/System.Diagnostics.Process/tests/ProcessStreamReadTests.cs
RemoteExecutor doesn't work on platforms that can't spawn processes like iOS/Android/WebAssembly.