We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @tarekgh, @safern, @krwq Notify danmosemsft if you want to be subscribed.
Sorry, something went wrong.
#36631 #36630 #36629 #36628 #36627 #36625 #36624
Closing in favor of: #36672
No branches or pull requests
The test fails on every arch with:
StackTrace:
The text was updated successfully, but these errors were encountered: