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

System.Runtime.Extensions test failures on Android #49931

Closed
3 tasks
steveisok opened this issue Mar 20, 2021 · 2 comments
Closed
3 tasks

System.Runtime.Extensions test failures on Android #49931

steveisok opened this issue Mar 20, 2021 · 2 comments
Labels
Milestone

Comments

@steveisok
Copy link
Member

The following tests fail and will be skipped for now:

Assert.Equal() Failure\nExpected: -497250249\nActual: -259860853

  • System.Tests.StringComparerTests.CreateFromCultureAndOptionsStringSort

Assert.Equal() Failure\nExpected: True\nActual: False

  • System.Tests.StringComparerTests.CreateFromCultureAndOptions

It is expected to have the lowercase equals the uppercase with ignore case is true\nExpected: True\nActual: False

  • System.Tests.StringComparerTests.CreateWithCulturesTest
@steveisok steveisok added this to the 6.0.0 milestone Mar 20, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Mar 20, 2021
@ViktorHofer ViktorHofer removed the untriaged New issue has not been triaged by the area owner label Mar 24, 2021
@mdh1418
Copy link
Member

mdh1418 commented Apr 1, 2021

Now a duplicate of #49868, need to change the ActiveIssues attribute in src/libraries/System.Runtime.Extensions/tests/System/StringComparer.cs to reflect that.

@mdh1418
Copy link
Member

mdh1418 commented Aug 4, 2021

Issue no longer tracked in the code, the tests seem to be skipped/pass now after #56586

@mdh1418 mdh1418 closed this as completed Aug 4, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Sep 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants
@steveisok @ViktorHofer @mdh1418 and others