-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Delete low-value PAL test #48932
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
Delete low-value PAL test #48932
Conversation
This partially reverts commit 77c939c. Fixes dotnet#48496
|
Without this test, couldn't I replace the body of Why not keep this test, which is working fine, and make the fix suggested in #48496? |
BruceForstall
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok with this if you think it's the right thing to do.
| threading/ResetEvent/test3/paltest_resetevent_test3 | ||
| threading/ResetEvent/test4/paltest_resetevent_test4 | ||
| threading/ResumeThread/test1/paltest_resumethread_test1 | ||
| threading/SwitchToThread/test1/paltest_switchtothread_test1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this related?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is redundant - the same line is ~10 lines below already. I think this was just an incorrectly resolved conflict in the original PR.
Yep. There are many other ways how one can break the connection between If we wanted to have actual testing here, we would be testing that setting
It is not worth my time to work on tweaking this to make it pass. If you would like to work on this, feel free to close this PR and submit alternative. |
|
Fair enough |
|
Also, setting of the OS thread name would be ideally shared between runtimes, via the shared CoreLib and System.Native shim. |
This partially reverts commit 77c939c.
Fixes #48496