summaryrefslogtreecommitdiff
path: root/tests/src/CoreMangLib
AgeCommit message (Expand)AuthorFilesLines
2019-02-22Change Environment.Version to return product version (#22664)Jan Kotas2-0/+74
2019-02-15Manually update the dependencies.props and move S.P.Corelib to use LangVersio...Tanner Gooding2-2/+0
2019-02-06Add option to run tests in unloadable context (#22332)Jan Vorlicek1-0/+2
2018-10-30Delete redundant framework API tests (#20693)Jan Kotas1155-107195/+0
2018-10-27Delete redundant CoreMangLib decimal tests (#20649)Jan Kotas2-40/+0
2018-10-23Delete duplicate CoreFX tests (#20532)Jan Kotas480-52305/+0
2018-10-18Delete redundant framework API tests (#20481)Jan Kotas520-50895/+0
2018-10-09Delete redundant API tests (#20336)Jan Kotas1252-109952/+0
2018-09-28Delete redundant framework API tests (#20187)Jan Kotas768-69140/+0
2018-08-24Use runtest.py to run tests for all platforms (#19213)Jarret Shook5-0/+20
2018-08-03Fix invalid project references in test projectsJacek Blaszczynski2059-8218/+7292
2018-07-19Removing WINCORESYS usages from the test projectsTanner Gooding3-9/+0
2018-04-16[x86/Linux] Fix marshalling struct with 64-bit types (#17455)Konstantin Baladurin2-2/+22
2018-04-09Disable some tests under GCStress where they take too long to complete (#17437)Koundinya Veluri1-0/+1
2018-04-02Mark GcCollect test as incompatible with GcStress (#17390)Andy Ayers1-0/+1
2018-03-15Fix to not reuse preallocated jump stubs for dynamic methods (#16941)Koundinya Veluri1-3/+25
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