RemoteExecutor support on platforms which cannot spawn a process
Open
help wanted
- Dominant language
- C#
- Stars
- 729
- Forks
- 397
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 149
Description
- [ ] This issue is blocking
- [ ] This issue is causing unreasonable pain
RemoteExecutor should have a special "no-op" mode to be able to run hundreds of the existing tests on platforms where you can't spawn processes (e.g. iOS, tvOS, etc). It looks like there are more than 400 RemoteExecutor-based tests in dotnet/runtime and disabling them all for iOS one by one can be painful. We had it in mono/mono: https://github.com/mono/mono/blob/master/mcs/class/test-helpers/RemoteExecutorTestBase.Mobile.cs#L19
Contributor guide
Assessment
This issue has not been assessed yet.