Skip to content

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

@v-haren

Description

@v-haren

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    untriagedNew issue has not been triaged by the area owner

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions