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-04-20Another 556 System.Runtime.Test failures down. (#18618)Atsushi Kanamori
2017-04-20Add test for failfast in event of corrupted state exception. Add test… (#18...Rahul Kumar
2017-04-20Failures in CreateDelegate() tests. (#18639)Atsushi Kanamori
2017-04-20Disable PNSE tests for UAP/AOT (#18579)Atsushi Kanamori
2017-04-19Make System.Runtime.Tests.dll run to completion on .Net Native (#18586)Atsushi Kanamori
2017-04-19Enable String.Replace disabled tests (#18587)Tarek Mahmoud Sayed
2017-04-18Get System.Runtime.Tests.dll build through NUTC. (#18562)Atsushi Kanamori
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-16Merge pull request #18447 from hughbe/assembly-tests-netfxRahul Kumar
2017-04-16Address PR feedbackHugh Bellamy
2017-04-16Update uapaot API Compat baselineHugh Bellamy
2017-04-16Fixup stale comments in StringTestsHugh Bellamy
2017-04-16Expose and test string comparison replace overloadsHugh Bellamy
2017-04-16Fix some more Assembly tests in System.Runtime and add a bit more LoadFrom co...Hugh Bellamy
2017-04-15Add test for serialization of closed delegate involving an extension … (#18...Koundinya Veluri
2017-04-14Merge pull request #18367 from jkotas/cleanupStephen Toub
2017-04-14Merge pull request #17770 from hughbe/netfx-assembly-testsRahul Kumar
2017-04-14Delete dead filesJan Kotas
2017-04-14Address PR feedbackHugh Bellamy
2017-04-13Removed Dictionary<K,V>.GetValueOrDefault From ref contract (#18115)Tarun Pothulapati
2017-04-13Merge pull request #18285 from rahku/fixesRahul Kumar
2017-04-13Fix uapaot build for StrongBox and BinaryWriter movesStephen Toub
2017-04-12setup for system.reflection.assemblytests needs to run only once and not per ...Rahul Kumar
2017-04-12Updates for CoreCLR and ProjectN changesJan Kotas
2017-04-12Fix Assembly tests for netfxHugh Bellamy
2017-04-12Updating uap and uapaot baselines (#18230)Jose Perez Rodriguez
2017-04-11Merge pull request #17507 from rahku/fix9879Rahul Kumar
2017-04-11Add more tests for Assembly.LoadFromRahul Kumar
2017-04-11Merge pull request #18171 from alexperovich/refModulesTestsStephen Toub
2017-04-11Merge pull request #18165 from weshaggard/UpdateAssemblyKeysWes Haggard
2017-04-11Remove problematic test caseAlex Perovich
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-07Turning System.Diagnostics.Tracing a facade and remove redist workaroundJose Perez Rodriguez
2017-04-06Fixing uapaot baselinesJose Perez Rodriguez
2017-04-04Updating uap and uapaot baseline filesJose Perez Rodriguez
2017-04-04Add test coverage for generic method definition handle roundtripping (#17754)Michal Strehovský
2017-04-04Fix Type tests using netfx (#17788)Hugh Bellamy
2017-04-04Fix Guid tests using netfx (#17792)Hugh Bellamy
2017-04-03Fix WaitHandleTests caused by recent fixes in coreclrHugh Bellamy
2017-04-02Fix Attribute tests on netfx (#17766)Hugh Bellamy
2017-04-02Fix String tests on netfx (#17767)Hugh Bellamy
2017-04-01Fix StringBuilder param names for no more capacity on netfx (#17732)Hugh Bellamy
2017-04-01Update CoreClr, CoreFx, Standard to preview1-25201-01, preview1-25131-05, pre...dotnet bot
2017-04-01Fix System.Runtime.Tests netfx compilation (#17731)Hugh Bellamy
2017-04-01Fix Array param name for Reverse where index < lower bound (#17733)Hugh Bellamy
2017-04-01Fix param names for GC tests on netfx (#17734)Hugh Bellamy
2017-03-31Fix DateTime.TryParse("4/21 5am") tests on netfx (#17735)Hugh Bellamy
2017-03-31Fold or rename *.netstandard.cs files (#17697)Alex Perovich
2017-03-31Updating baseline files (#17703)Jose Perez Rodriguez
2017-03-30Revert "Fix TimeSpan Test"Stephen Toub