Reverts https://github.com/dotnet/corefx/pull/37583 ("Use clonefile for CopyFile, if available #37583")#40753
Conversation
|
cc @filipnavara |
carlossanlop
left a comment
There was a problem hiding this comment.
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