-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process.GetProcesses returns truncated 15 char string on OSX #29330
Labels
area-System.Diagnostics.Process
disabled-test
The test is disabled in source code against the issue
in-pr
There is an active PR which will close this issue when it is merged
Milestone
Comments
Note that I've made this test a No-op test when running on alpine: dotnet/corefx#37350 |
We still have tests disabled against this issue:
|
jkotas
added a commit
to jkotas/runtime
that referenced
this issue
Jan 27, 2025
Reenable long Process.Name test on OSX Fixes dotnet#111460 Fixes dotnet#29330
jkotas
added a commit
to jkotas/runtime
that referenced
this issue
Jan 27, 2025
Reenable long Process.Name test on OSX Fixes dotnet#111460 Fixes dotnet#29330
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-System.Diagnostics.Process
disabled-test
The test is disabled in source code against the issue
in-pr
There is an active PR which will close this issue when it is merged
Follow up issue https://github.com/dotnet/corefx/issues/34437 fixed on linux(except missing test for Alpine at the moment) but doesn't work on OSX.
We should investigate another way.
Extra: mono bugfix https://bugzilla.xamarin.com/show_bug.cgi?id=32539
/cc @danmosemsft @krwq
The text was updated successfully, but these errors were encountered: