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-04Improve directory deletion stack pressure (#22596)Jeremy Kuhne
2017-07-22Fix System.IO.FileSystem.Tests in UapAot (#22513)Santiago Fernandez Madero
2017-07-22Re-enable long path tests for Uap (#22505)Santiago Fernandez Madero
2017-07-21Remove ActiveIssue for PathTooLongException related tests. (#22467)Stephen Daudell
2017-07-20Nested directories were too deep (#22448)Jeremy Kuhne
2017-07-20Remove ActiveIssue(21358) on WhiteSpace changes (#22449)Nina Chikanov
2017-07-19Tweak path related tests (#22407)Jeremy Kuhne
2017-07-18Fix test assertions for long paths (#22393)Jeremy Kuhne
2017-07-18Converted sudo commands to class helper (#22349)Maggie Tsang
2017-07-18Update tests for long path support in CoreCLR (#22190)Stephen Daudell
2017-07-18Update tests for pending whitespace trimming changes (#22341)Nina Chikanov
2017-07-18Created admin helper file (#22046)Maggie Tsang
2017-07-17Merge pull request #22273 from joperezr/PipesJose Perez Rodriguez
2017-07-17Move NamedPipe tests to use Local prefixJose Perez Rodriguez
2017-07-13Remove preemptive checks for path being too long in CoreFX (#22131)Stephen Daudell
2017-07-07Merge pull request #21955 from nchikanov/toTheoryNina Chikanov
2017-07-07Increased timeout (#21962)Maggie Tsang
2017-07-07Split TrailingWhiteSpaceExistence into two testst-nichik
2017-07-06Convert Tests to Theoryt-nichik
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-30Read only file system delete tests (#21684)Maggie Tsang
2017-06-29Add converter from IEnumerable to TheoryData (#21671)Jeremy Kuhne
2017-06-28Read-only delete fix for Linux. (#21588)Stephanie Niu
2017-06-23Disable System.IO.FileSystem NamedPipe for UAP (#21448)Santiago Fernandez Madero
2017-06-21Fix System.IO.FileSystem UAP failures (#21277)Krzysztof Wicher
2017-06-17Remove WinRT specific code (#21157)Jeremy Kuhne
2017-06-17Clean up attribute code (#21149)Jeremy Kuhne
2017-06-16Start on WinRT purge in FileSystem (#21136)Jeremy Kuhne
2017-06-15Update Pinvoke baselines to match latest modernapis.xml entries (#21028)Dan Moseley
2017-06-14Enable UAP Remote Execution for all tests (#21014)Tarek Mahmoud Sayed
2017-06-09FileStream SafeHandle ctor negative test fix (#20798)Jeremy Kuhne
2017-06-09Fix #19909 and reactivate tests on ILC. (#20830)Atsushi Kanamori
2017-06-09Attempt to reenable two FileStream tests for nano (#20819)Dan Moseley
2017-06-08Check actual set time for test (#20820)Jeremy Kuhne
2017-06-08Handle escaping in Unix file enumeration (#20784)Jeremy Kuhne
2017-06-08Fill out FileSystemInfo state when enumerating (#20716)Jeremy Kuhne
2017-06-05Fix remaining failures in System.IO.FileSystems (ILC) (#20696)Atsushi Kanamori
2017-06-03Fix tests to catch exceptions from CanCreateSymbolicLinksStephen Toub
2017-06-01Remove TemporaryDirectory/File from FileSystem tests (#20576)Stephen Toub
2017-05-30Merge pull request #20453 from stephentoub/fix_writealltextasyncStephen Toub
2017-05-30Fix incorrect length in File.WriteAllTextAsyncStephen Toub
2017-05-30Re-enable two file tests on UnixStephen Toub
2017-05-26Merge pull request #20322 from ericstj/updateConfigurationsEric StJohn
2017-05-25ISerializable cleanup (#20220)Morgan Brown
2017-05-25Remove help VS commentsEric St. John
2017-05-23Test attributes cleanup for Uap now that Uap flag includes UapAot (#20108)Santiago Fernandez Madero
2017-05-22Associate #19965 with existing test (#20111)Jeremy Kuhne
2017-05-22Fix handling of root on Unix in directory error handling (#20049)Stephen Toub
2017-05-19Fix Unix missing file state (#19959)Jeremy Kuhne
2017-05-17Merge pull request #19842 from ericstj/incrementVersionsGaurav Khanna