-
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
[wasm] System.ServiceModel.Syndication tests fail on windows/helix #52135
Labels
Milestone
Comments
Tagging subscribers to this area: @directhex Issue DetailsMany failing tests like this:
|
dotnet-issue-labeler
bot
added
the
untriaged
New issue has not been triaged by the area owner
label
Apr 30, 2021
ViktorHofer
removed
the
untriaged
New issue has not been triaged by the area owner
label
May 5, 2021
radekdoulik
added a commit
to radekdoulik/runtime
that referenced
this issue
May 13, 2021
Fixes: dotnet#52135 When running `System.ServiceModel.Syndication` tests on windows and targeting `Browser`, the line ending differs between host and target systems. Use helper `LineEndingsHelper.Normalize` method to update expected strings. The `Browser` Environment.NewLine is `\n`, while windows use `\r\n`. https://github.com/dotnet/runtime/blob/5bd0edfe860e41bdfd690d3743e730594307292e/src/libraries/System.Private.CoreLib/src/System/Environment.UnixOrBrowser.cs#L51 Also set `BrowserHost` property for the build as well. It is also used in `src/libraries/tests.proj`.
ghost
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
May 13, 2021
radekdoulik
added a commit
to radekdoulik/runtime
that referenced
this issue
May 13, 2021
Fixes: dotnet#52135 When running `Microsoft.Extensions.Http` tests on windows and targeting `Browser`, the line ending differs between host and target systems. Use helper `LineEndingsHelper.Normalize` method to update expected strings. The `Browser` Environment.NewLine is `\n`, while windows use `\r\n`. https://github.com/dotnet/runtime/blob/5bd0edfe860e41bdfd690d3743e730594307292e/src/libraries/System.Private.CoreLib/src/System/Environment.UnixOrBrowser.cs#L51
radekdoulik
added a commit
that referenced
this issue
May 13, 2021
Fixes: #52135 When running `System.ServiceModel.Syndication` tests on windows and targeting `Browser`, the line ending differs between host and target systems. Use helper `LineEndingsHelper.Normalize` method to update expected strings. The `Browser` Environment.NewLine is `\n`, while windows use `\r\n`. https://github.com/dotnet/runtime/blob/5bd0edfe860e41bdfd690d3743e730594307292e/src/libraries/System.Private.CoreLib/src/System/Environment.UnixOrBrowser.cs#L51 Also set `BrowserHost` property for the build as well. It is also used in `src/libraries/tests.proj`.
ghost
removed
the
in-pr
There is an active PR which will close this issue when it is merged
label
Jun 4, 2021
ghost
locked as resolved and limited conversation to collaborators
Jul 4, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Many failing tests like this:
The text was updated successfully, but these errors were encountered: