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
2020-01-15Disable two tests that allocate a lot of memory (#394)Alexander Köplinger
2019-05-27Remove Windows-specific p/invokes from tests (#288)Alexander Köplinger
2018-12-13Merged with dotnet/release/2.2.Martin Baulig
2018-10-04Ignore ConvertFromFloat and ConvertFromDouble on monoEgorBo
2018-08-11Skip a few tests on monoEgorBo
2018-04-11Added test for logging exception details on calls to Environment.FailFast (#2...Sung Yoon Whang
2018-04-10Fix TODO to cleanup Tests by removing AsReadOnySpan/Memory and update callsit...Ahson Khan
2018-04-10Date changed for English and Us date writing style (#28945)Anirudh Agnihotry
2018-03-22Fixed netfx System.Runtime.Extensions.Tests fails on non-English Windows (#28...Alexander Radchenko
2018-03-22Re-enable unaccounted disabled tests on UapAot (#28331)Michal Strehovský
2018-03-21Persist the expected output and generate data more systematically (#28197)Atsushi Kanamori
2018-03-17Tests For GetFullPath(string path,string basePath) (#27085)Anirudh Agnihotry
2018-03-16Windows interop fixes for System.Runtime.Extensions (#28089)Jeremy Kuhne
2018-03-16Add tilde path tests (#27998)Jeremy Kuhne
2018-03-11RemoteInvoke added to SetTempEnv tests(#27921)Anirudh Agnihotry
2018-03-06Remove apis that duplicate implicit operators. (#27744)Atsushi Kanamori
2018-03-05enable failing tests due to paths (#27681)Anirudh Agnihotry
2018-03-01Fix failing outerloop tests in System.Runtime.Extensions (#27415)Maryam Ariyan
2018-03-01Expose Path.Join and tests (#27522)Jeremy Kuhne
2018-02-28Disable failing System.IO testsStephen Toub
2018-02-28Remove ActiveIssue tags now that CLR is updated (#27525)Jeremy Kuhne
2018-02-26Path tests overhaul (#27449)Jeremy Kuhne
2018-02-23Tests for StringComparer Create(culture, CompareOptions) overload (#27051)Anirudh Agnihotry
2018-02-22Update tests for Path changes (#27348)Jeremy Kuhne
2018-02-22Testing GetHashCode works properly when using string with embedded null (#27296)Maryam Ariyan
2018-02-21Rename string-slicing extension methods (#27328)Atsushi Kanamori
2018-02-21Test updates for https://github.com/dotnet/coreclr/pull/16447 (#27270)Jeremy Kuhne
2018-02-08Adding some math tests to ensure additional values outside the input domain a...Tanner Gooding
2018-02-08Adding tests for the Acosh, Asinh, Atanh, and Cbrt functions in System.Math a...Tanner Gooding
2018-02-07Tests for span overloaded path api (#26017)Anirudh Agnihotry
2018-02-02bugfix and adding test for GetFolderPath when special folder doesnt exist (#2...Maryam Ariyan
2017-12-22Add license headers. (#26009)Jon Hanna
2017-12-09Fix tests for path validation changes on Windows And Unix (#25788)Anirudh Agnihotry
2017-12-03Disable failing tests after path validation updatesStephen Toub
2017-11-25Correct unit tests for Environment.SetEnvironmentVariable (#25065)Yuri Vanin
2017-11-09Add Convert.cs performance tests. (#24793)Kostadin Vasilev
2017-11-09Remove tests that expect exception for long env vars (#25146)Stephen Toub
2017-11-04Cleanup Windows 10 version detection (#25052)David Shulman
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-18Expose/test Span-based Convert methods (#24474)Stephen Toub
2017-10-07Add build Configurations.props to performance tests (#24493)Santiago Fernandez Madero
2017-09-19Stop running Math.Clamp tests on UAP as API is not there (#24125)Dan Moseley
2017-09-12Disable Drawing tests on Server Core (#23983)Dan Moseley
2017-09-11Rename IsWinRT to IsInAppContainer (#23935)Dan Moseley
2017-09-08Random span-based API tests (#23692)Maggie Tsang
2017-08-30String literal spelling corrections - A through Z (#23674)Brian Chavez
2017-08-24Change SkipOnTargetFramework to ConditionalTheory as this will enable the tes...Santiago Fernandez Madero
2017-08-22Fix wrong SkipOnTargetFramework in EnvironmentTests which were not skipped in...Santiago Fernandez Madero
2017-08-19Improve UnloadingAndProcessExitTests.netcoreapp.cs to help narrow down repro ...Nina Chikanov
2017-08-18Expose and Add Tests for BitConverter APIs in Corefx (#23164)Nina Chikanov