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 System.Runtime.Serialization.Formatters tests #38948

Merged
merged 3 commits into from
Jul 9, 2020

Conversation

akoeplinger
Copy link
Member

@akoeplinger akoeplinger commented Jul 8, 2020

We need to preserve some assemblies the BinaryFormatter needs and also skip some test cases that would cause PNSE on WebAssembly: Tests run: 6384, Errors: 0, Failures: 0, Skipped: 0. Time: 58.90189s

We need to preserve some assemblies the BinaryFormatter needs and also skip some test cases that would cause PNSE on WebAssembly.
@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

SqlError sqlError = null;
// .NET Framework has no constructor overload for passing an exception
if (PlatformDetection.IsNetFramework)
if (!PlatformDetection.IsBrowser) // System.Data.SqlClient doesn't work on Browser
Copy link
Member

Choose a reason for hiding this comment

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

@bartonjs, @joperezr, do we still want to test serialization of SqlClient types now that SqlClient is no longer in dotnet/runtime? Separate from this PR, seems like we could probably delete this section.

Copy link
Member

Choose a reason for hiding this comment

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

I'm fine with removing them given they would effectively not be catching anything any longer.

Copy link
Member

Choose a reason for hiding this comment

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

Logged #38949 to track this.

@safern safern mentioned this pull request Jul 8, 2020
@akoeplinger akoeplinger merged commit 54d1580 into dotnet:master Jul 9, 2020
@akoeplinger akoeplinger deleted the wasm-binaryformatter branch July 9, 2020 10:35
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants