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

CompareInfoIndexOfTests.IndexOf_String fails on Android #36626

Closed
steveisok opened this issue May 18, 2020 · 3 comments
Closed

CompareInfoIndexOfTests.IndexOf_String fails on Android #36626

steveisok opened this issue May 18, 2020 · 3 comments
Labels
Milestone

Comments

@steveisok
Copy link
Member

The test fails on every arch with:

Assert.Equal() Failure
Expected: -1
Actual:   1

StackTrace:

at System.Globalization.Tests.CompareInfoIndexOfTests.IndexOf_Char(CompareInfo compareInfo, String source, Char value, Int32 startIndex, Int32 count, CompareOptions options, Int32 expected) in /Users/steve/dev/net5/droid-runtime/src/libraries/System.Globalization/tests/CompareInfo/CompareInfoTests.IndexOf.cs:line 242
   at System.Globalization.Tests.CompareInfoIndexOfTests.IndexOf_String(CompareInfo compareInfo, String source, String value, Int32 startIndex, Int32 count, CompareOptions options, Int32 expected) in /Users/steve/dev/net5/droid-runtime/src/libraries/System.Globalization/tests/CompareInfo/CompareInfoTests.IndexOf.cs:line 166
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /Users/steve/dev/net5/droid-runtime/src/mono/netcore/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs:line 359
@ghost
Copy link

ghost commented May 18, 2020

Tagging subscribers to this area: @tarekgh, @safern, @krwq
Notify danmosemsft if you want to be subscribed.

@tarekgh
Copy link
Member

tarekgh commented May 18, 2020

@safern
Copy link
Member

safern commented May 18, 2020

Closing in favor of: #36672

@safern safern closed this as completed May 18, 2020
@marek-safar marek-safar added this to the 6.0.0 milestone Jun 24, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2020
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

5 participants