Skip to content

Implement System.Diagnostics.Process tests for mobile platforms #126098

@adamsitnik

Description

@adamsitnik

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

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions