Skip to content
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

[Wasm] Enable CopyWithData FileSystem test #40663

Merged
merged 1 commit into from
Aug 11, 2020

Conversation

steveisok
Copy link
Member

No description provided.

//
// For browser, work around limitation of File.Copy, which
// fails when trying to open the dest file
if (PlatformDetection.IsBrowser && readOnly)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this if to the if (readOnly) above?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind, we can't because of the else 😄

@steveisok steveisok merged commit 1821567 into dotnet:master Aug 11, 2020
@steveisok steveisok deleted the fix-readonly-fs-tests branch August 11, 2020 18:26
@steveisok
Copy link
Member Author

Fixes #40543

@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
mdh1418 pushed a commit to mdh1418/runtime that referenced this pull request Aug 18, 2020
mdh1418 added a commit that referenced this pull request Aug 20, 2020
* Revert "[Wasm] Enable CopyWithData FileSystem test (#40663)"

This reverts commit 1821567.

* Provide context for skipping Assert in Copy.cs

Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-System.IO
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants