Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-17Merge pull request #23049 from stephentoub/encodingspan_testsStephen Toub
2017-08-14Modify High Sierra Check and Fix TZ Test (#23171)Tarek Mahmoud Sayed
2017-08-11Add StringBuilder Span-based APIs (#22852)Kevin Gosse
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-08Add ref/tests for Span-based Encoding APIsStephen Toub
2017-08-04Merge pull request #22894 from mellinoe/reduce-double-perf-testsEric Mellino
2017-08-03Respond to PR feedback.Eric Mellino
2017-08-03fix parameter issue for Collect_Int_GCCollectionMode (#22908)Shiming Ge
2017-08-03Additional string.IndexOfAny tests (#22912)Bruce Bowyer-Smyth
2017-08-03Drastically reduce the number of performance tests for System.Double.ToString.Eric Mellino
2017-08-02Expose and test new String(ReadOnlySpan<char>) ctor (#22673)Stephen Toub
2017-08-02Add Stream and {Unmanaged}MemoryStream Span-based APIs (#22654)Stephen Toub
2017-08-01Partially disable System.Runtime test on ILC (#22800)Atsushi Kanamori
2017-07-31Added more perf tests for double.ToString() (#22714)Jim Ma
2017-07-27Merge pull request #22490 from tannergooding/classifyEric Mellino
2017-07-27Expose Assembly.GetForwardedTypes() and add tests. (#22687)Atsushi Kanamori
2017-07-26Adding tests for the new 'Floating-Point Classification APIs'.Tanner Gooding
2017-07-26Adding the new 'Floating-Point Classification APIs' to the 'System.Runtime' r...Tanner Gooding
2017-07-26Bump up the NoGCRegion budget to 4mb to hopefully put this test to rest (#22605)Sean Gillespie
2017-07-25Expose ValueTask from System.Runtime in netcoreapp (#22559)Stephen Toub
2017-07-25Expose {ReadOnly}Span from System.Runtime (#22563)Stephen Toub
2017-07-24Remove some workarounds for ILC bugs in S.R.E.Tests (#22554)Atsushi Kanamori
2017-07-19Further bump up the allocation budget for test that allocates a lot on UWPAOT...Sean Gillespie
2017-07-19Tweak path related tests (#22407)Jeremy Kuhne
2017-07-12Reenable System.Runtime Enum test on ILC. (#22123)Atsushi Kanamori
2017-07-11Fix TryStartNoGC region tests on UWPAOT by raising the requested allocation b...Sean Gillespie
2017-07-07Two more System.Runtime.Test fixes for ILC (#21984)Atsushi Kanamori
2017-07-07Re-enable GCTests.GetAllocatedBytesForCurrentThread for UWPAOT (#21952)Sean Gillespie
2017-07-06Consolidate files of the same name in System.Runtime (#21220)Hugh Bellamy
2017-07-06Reactivate ILC tests that are no longer failing. (#21897)Atsushi Kanamori
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-07-01Improve test coverage of Array.Clone (#21784)Hugh Bellamy
2017-06-30fix intermittent failures in StringTestsKrzysztof Wicher
2017-06-29Re-enable tests with Array of pointers on uapaot (#21721)Jose Perez Rodriguez
2017-06-29Reenable the CoreFx tests on ILC that got fixes yesterday. (#21712)Atsushi Kanamori
2017-06-28Merge pull request #21482 from Priya91/uriLakshmi Priya Sekar
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-28Correctly handle empty strings in params of RemoteExecutorTestBase (#21196)Hugh Bellamy
2017-06-27Fix System.Tests.Perf_String.Contains (#21575)Yuri Vanin
2017-06-26Two fixes to System.Runtime.Tests.dll (#21566)Atsushi Kanamori
2017-06-26Update Xunit.Netcore.Extensions version to get new UapNotUapAot TFM (#21544)Santiago Fernandez Madero
2017-06-26Disable Pipes, Threading, and String tests for UAP (#21543)Dan Moseley
2017-06-26Add tests for String.Contains overload with StringComparison (#21337)Yuri Vanin
2017-06-26Various UAP test fixes (#21527)Dan Moseley
2017-06-24Escape '\' on Unix file uris to '%5C' for canonical form.Lakshmi Priya Sekar
2017-06-23Convert System.Runtime.Tests to use RemoteInvoke when changing CurrentCulture...Sepideh Khoshnood
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-23Removing serialization tests for lazy as we stripped the type from the serial...Viktor Hofer
2017-06-22Minor test cleanup (#21200)Dan Moseley
2017-06-22Fix net native concat string compare failure (#21370)Dan Moseley