As of today, all our Process tests use RemoteExecutor which is simply not supported on mobile platforms:
https://github.com/dotnet/dotnet/blob/1948989e277a41b84849a83c57f0637d685b0f09/src/arcade/src/Microsoft.DotNet.RemoteExecutor/src/RemoteExecutor.cs#L110-L118
We need to provide Android tests that would ideally work on iOS as well (run some simple Unix tools available for both emulators?).
It would help us to ensure bugs like #118085 are not coming back during my upcoming Process work.
Related: #126097
As of today, all our
Processtests useRemoteExecutorwhich is simply not supported on mobile platforms:https://github.com/dotnet/dotnet/blob/1948989e277a41b84849a83c57f0637d685b0f09/src/arcade/src/Microsoft.DotNet.RemoteExecutor/src/RemoteExecutor.cs#L110-L118
We need to provide Android tests that would ideally work on iOS as well (run some simple Unix tools available for both emulators?).
It would help us to ensure bugs like #118085 are not coming back during my upcoming Process work.
Related: #126097