summaryrefslogtreecommitdiff
path: root/tests/src/CoreMangLib
AgeCommit message (Expand)AuthorFilesLines
2018-02-27Delete left-over globalization CoreCLR tests (#16571)Jan Kotas6-1668/+0
2018-02-26Delete Single/Double.GetHashCode tests (#16567)Jan Kotas4-305/+0
2018-02-09Fix GC reporting for slow tail calls with by-ref-like args (#16264)Koundinya Veluri2-4/+104
2018-02-06Fix GC reproting for by-ref-like structs (#16231)Koundinya Veluri2-0/+127
2018-01-26Fix some tests under GCStress (#16048)Koundinya Veluri1-1/+2
2018-01-15Delete BasicSpanTest.cs (#15860)Jan Kotas1-748/+0
2018-01-12Merge pull request #15850 from BruceForstall/FastGCStressBruce Forstall2-2/+22
2018-01-12Do fast GC stress on some extreme testsBruce Forstall2-2/+22
2018-01-11Fix GC.KeepAlive test caseBruce Forstall1-1/+1
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf10-30/+30
2017-12-15Enabling temporarily disabled tests that call ReadOnlySpan indexer (#15546)Ahson Khan1-2/+2
2017-12-14Change ReadOnlySpan indexer to return ref readonly (#14727)Ahson Khan1-2/+2
2017-11-06Fix GC reporting for slow tail call arguments of type `Span<T>` (#14826)Koundinya Veluri2-0/+82
2017-08-28Fix build breaks - delete parse tests that are redundant with CoreFXJan Kotas90-19315/+0
2017-08-26Merge pull request #13411 from pgavlin/RepriTestsPat Gavlin3-23/+15
2017-08-24Remove uses of the {RO}Span ctor that takes an array and offset (#13578)Ahson Ahmed Khan1-56/+0
2017-08-23Add a regression test for #13160 (#13531)Jonghyun Park2-0/+92
2017-08-16Move less valuable tests to priority 1.Pat Gavlin3-23/+15
2017-08-09typo (#13287)John Doe1-2/+2
2017-08-07Enable string format tests on Linux. (#13191)Jim Ma8-26/+26
2017-07-13Disable StringJoin test14wtgodbe1-0/+0
2017-06-14Fix a COMDouble::Round() issue (#12210)Han Lee1-0/+44
2017-04-20Fixing Delegate's hash code's distribution (#11019)Peter Smulovics1-2/+2
2017-04-18Convert a few test files from UTF16 to ASCII and add license (#11051)Jan Kotas5-0/+0
2017-04-08Use a monotonic clock for test timing (#10812)Alex Perovich1-6/+9
2017-03-22Removing the special handling in classlibnative for atan2(±∞, ±∞) and p...Tanner Gooding2-2/+2
2017-03-22Linker Testing: Use a central target for copying reflection roots.Swaroop Sridhar1-1/+1
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas2145-10720/+0
2017-03-16Delete mscorlib facade (#10157)Jan Kotas1-1/+1
2017-03-15Add support for testing via ILLINKSwaroop Sridhar2-1/+6
2017-03-13Pick up new CoreFX packages and abandon old oneswtgodbe1-1/+1
2017-03-01Preallocate jump stubs for dynamic methods (#9883)Koundinya Veluri2-0/+157
2017-02-22Porting the CoreMangLib/cti/system/math tests to CoreMangLib/cti/system/mathfTanner Gooding51-0/+6097
2017-02-14Add case-insensitive String.Replace overloads (#9316)Erti-Chris Eelmaa2-0/+117
2017-02-03Fix legacy Globalization tests to work on Linux (#9322)Tarek Mahmoud Sayed353-32249/+0
2016-11-29Adding missing ctor - 'public Span(T[] array, int start)' (#8354)Matt Warren1-5/+124
2016-10-31Change Span fields to private readonly + other review feedbackJan Kotas1-5/+18
2016-10-30create ReadOnlySpan<char> from string (#7276)Adam Sitnik1-0/+25
2016-10-30added AsBytes() and NonPortableCast() to Span and ReadOnlySpan API (#7220)Adam Sitnik1-2/+149
2016-10-30Add TryCopyTo and Set methods to Spans API #5857 (#6648)Adam Sitnik1-22/+430
2016-10-30Fix reference types (#6954)Jan Kotas1-4/+74
2016-10-30Add basic Span<T> testJan Kotas1-0/+22
2016-10-16Fix #7391: Test for DateTime string parsing (#7475)Hyeongseok Oh1-5/+3
2016-08-23Bulk moving Tests to use uber project.jsonRama Krishnan Raghupathy2788-27708/+0
2016-08-11Fix region info test on Debianwtgodbe2-107/+0
2016-07-29Using full versions, update CoreFX dependencies to beta-24328-05.Davis Goodin247-7170/+8158
2016-06-07Delegate ABI Test (#5507)papaslavik2-0/+117
2016-05-27Excluding Weak-GCReferences tests from GC stress runs (#5289)Fadi Hanna7-0/+7
2016-05-22Update tests to build against rc3-24117-00 (#5154)Jan Kotas247-4693/+4700
2016-05-04[Arm64] Initialize indirection cell for delegatesRama Krishnan Raghupathy4-0/+164