[corlib] Use array managed parts from corert to fix bugs in sorting and arguments...
authorMarek Safar <marek.safar@gmail.com>
Fri, 17 Mar 2017 09:42:36 +0000 (10:42 +0100)
committerMarek Safar <marek.safar@gmail.com>
Mon, 27 Mar 2017 21:36:35 +0000 (23:36 +0200)
commit75eacd49ae6af3e4113d5f76197c02f4c58bf5f7
tree823da73357d36c1e13f0a01c85f8191f485baaef
parent42aafd4c01d938c5fe0f90b194b3a5d7652bf326
[corlib] Use array managed parts from corert to fix bugs in sorting and arguments checking. Fixes #53196 and similar
mcs/class/corlib/System/Array.cs
mcs/class/corlib/Test/System.Collections.Generic/ListTest.cs
mcs/class/corlib/Test/System/ArraySortArgChecks.cs
mcs/class/corlib/Test/System/ArrayTest.cs
mcs/class/corlib/coreclr/ArraySortHelper.cs [new file with mode: 0644]
mcs/class/corlib/coreclr/SorterArray.cs [new file with mode: 0644]
mcs/class/corlib/corert/Array.Portable.cs [new file with mode: 0644]
mcs/class/corlib/corlib.dll.sources