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

Test failure: System.Tests.ArrayTests.Sort_Array_Array_Generic<String>(keys: [\"bcd\", \"bc\", \"c\", \"ab\"], items: [\"a\", \"b\", \"c\", \"d\"], index: 0, length: 4, comparer: StringComparer { }, expectedKeys: [\"ab\", \"bc\", \"bcd\", \"c\"], expectedItems: [\"d\", \"b\", \"a\", \"c\"]) #45345

Closed
v-haren opened this issue Nov 30, 2020 · 2 comments
Labels
untriaged New issue has not been triaged by the area owner

Comments

@v-haren
Copy link

v-haren commented Nov 30, 2020

failed in job: https://dev.azure.com/dnceng/public/_build/results?buildId=902287&view=ms.vss-test-web.build-test-results-tab&runId=28813224&resultId=170943&paneView=debug

net6.0-windows-Release-x86-CoreCLR_checked-tailcallstress-Windows.10.Amd64.Open

Error message

Assert.Equal() Failure
Expected: String[] ["ab", "bc", "bcd", "c"]
Actual:   String[] ["bcd", "bc", "c", "ab"]

Stack trace
   at System.Tests.ArrayTests.Sort_Array_Array_Generic[T](T[] keys, T[] items, Int32 index, Int32 length, IComparer`1 comparer, T[] expectedKeys, T[] expectedItems) in /_/src/libraries/System.Runtime/tests/System/ArrayTests.cs:line 3904
@Dotnet-GitSync-Bot
Copy link
Collaborator

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

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Nov 30, 2020
@GrabYourPitchforks
Copy link
Member

Likely dupe of #45317, fixed by #45320

@ghost ghost locked as resolved and limited conversation to collaborators Dec 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

3 participants