-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MaxWorkingSet_GetNotStarted_ThrowsInvalidOperationException
Fixes issue #105422 On MacOS, FreeBSD, SunOS (pretty much any port using ProcessBSD.c) the get/set WorkingSet methods only work on the current process. Skip the parts of tests that operate on other processes. There are tests that verify the old (less correct) behavior of the get/set WorkingSet methods from before this fix. Comment out those tests for now and add notes. Needs testing on the affected platforms and then either update those commented out tests or just remove them.
- Loading branch information
Showing
2 changed files
with
29 additions
and
17 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