-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Reverts https://github.com/dotnet/corefx/pull/37583 ("Use clonefile for CopyFile, if available #37583") #40753
Conversation
cc @filipnavara |
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.
Thanks for making the change, @jozkee. It looks good, let's wait for the CI results.
The WASM CI leg failed with errors that seem related to this change:
|
@steveisok this seems related to the tests we just enabled? Could you help @jozkee here? Should we open an issue and disable the tests and then in 6.0 enable them once we have this fix in? cc: @lewing |
Hmm - I think something / somethings in copy may be broken with this change. Unfortunately, we need to look closer to be able to tell. |
Actually, the failures are |
@steveisok I just merged with master but seems that the A new test added on this PR also fails for wasm:
Is this something that we could defer to RC2? |
I say disable the tests and we can take a closer look. |
Fixes #31429
We will bring back the reverted change on 6.0 and ensure that doesn't regress functionality