forked from dotnet/corefx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix System.Diagnostics.Process tests for cross-platform
Many of the tests are viable across platforms, but are currently implemented with platform-dependent functionality, e.g. P/Invokes to Win32 functions to verify results. This commit fixes up all of those tests to be as general as possible, to use Unix functions were appropriate, and to conditionally run pieces of code. A few tests have been annotated as platform-specific.
- Loading branch information
1 parent
8cd1ff1
commit 9ad827f
Showing
3 changed files
with
132 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.