This repository was archived by the owner on Nov 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 505
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
Assert in System.Tests.ArrayTests #6016
Copy link
Copy link
Closed
Labels
CoreFXIssues referring to CoreFX tests running on CoreRTIssues referring to CoreFX tests running on CoreRT
Description
Sort_Array_Array_NonGeneric fails with an Access Violation.
Stack trace below:
These were regressed because of a silent failure in CoreFX CI (fixed by #6014)
KERNELBASE!RaiseFailFastException + 0x74
xunit_console_netcore!S_P_CoreLib_Interop_mincore__PInvoke_RaiseFailFastException + 0x56
xunit_console_netcore!S_P_CoreLib_Interop_mincore__RaiseFailFastException + 0x102
xunit_console_netcore!S_P_CoreLib_System_RuntimeExceptionHelpers__FailFast_1 + 0x1a9
xunit_console_netcore!S_P_CoreLib_System_RuntimeExceptionHelpers__FailFast + 0x27
xunit_console_netcore!S_P_CoreLib_System_Diagnostics_Debug__ShowDialog + 0xb0
xunit_console_netcore!S_P_CoreLib_System_Action_4<System___Canon__System___Canon__System___Canon__System___Canon>__InvokeOpenStaticThunk + 0x4d
xunit_console_netcore!S_P_CoreLib_System_Diagnostics_Debug__Assert_1 + 0xca
xunit_console_netcore!S_P_CoreLib_System_Diagnostics_Debug__Assert + 0x45
xunit_console_netcore!S_P_CoreLib_System_Collections_Generic_ArraySortHelper_2<System___Canon__System___Canon>__SwapIfGreaterWithItems + 0x71
xunit_console_netcore!S_P_CoreLib_System_Collections_Generic_ArraySortHelper_2<System___Canon__System___Canon>__IntroSort + 0x115
xunit_console_netcore!S_P_CoreLib_System_Collections_Generic_ArraySortHelper_2<System___Canon__System___Canon>__IntrospectiveSort + 0x133
xunit_console_netcore!S_P_CoreLib_System_Collections_Generic_ArraySortHelper_2<System___Canon__System___Canon>__Sort + 0x12c
xunit_console_netcore!S_P_CoreLib_System_Array__Sort_15<System___Canon__System___Canon> + 0x1f1
xunit_console_netcore!S_P_CoreLib_System_Array__SortImpl + 0x138
xunit_console_netcore!S_P_CoreLib_System_Array__Sort_6 + 0x2a4
xunit_console_netcore!System_Runtime_Tests_System_Tests_ArrayTests__Sort_Array_Array_NonGeneric + 0x289
The failed assert is this
corert/src/System.Private.CoreLib/shared/System/Collections/Generic/ArraySortHelper.cs
Line 429 in 8e36356
| Debug.Assert(0 <= a && a < keys.Length); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CoreFXIssues referring to CoreFX tests running on CoreRTIssues referring to CoreFX tests running on CoreRT