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
2018-10-02Disables more tests on MonoMarek Safar
2018-09-27Disable more tests on MonoMarek Safar
2018-09-25[mono] Disable System.Threading test under mono (#32440)Rodrigo Kumpera
2018-07-18Removes System.Diagnostics.PrivateMarek Safar
2018-04-30Add missing [Serializable] for monoEgorBo
2018-04-22Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-04-11Regenerate System.Threading ref with latest buildtools changes (#28999)Ahson Khan
2018-04-03Switch threading perf tests to use constant instead of Benchmark.InnerIterati...Koundinya Veluri
2018-04-02Increase iteration counts in threading perf tests (#28712)Koundinya Veluri
2018-04-02Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-03-24Fix some monitor tests, add one for lock wait paths (#28442)Koundinya Veluri
2018-03-23Normalize project configurations (#28396)Wes Haggard
2018-03-09Update UAP System.Private.CoreLib to unblock UAP builds (#27805)Simon Nattress
2018-03-08Update SLNs and projects to be in sync with configurationsEric St. John
2018-03-02Disable uapaot builds on several projectsStephen Toub
2018-02-16Improve test coverage of SocketsHttpHandler (#27135)Stephen Toub
2018-02-09Ensure EventData structs in EventSource implementations are zero'd (#26968)Stephen Toub
2018-01-23Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-01-22Increase AsyncLocal testing (#26500)Ben Adams
2018-01-15Delete unnecessary ApiCompatBaseline files (#26343)Jan Kotas
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2017-11-27Merge remote-tracking branch 'upstream/master'Marek Safar
2017-11-19Delete unnecessary SecurityCritical and SecuritySafeCritical annotationsJan Kotas
2017-11-13Mark several tests with [SkipOnTargetFramework(TargetFrameworkMonikers.Mono)]...Egor Bogatov
2017-10-27Make corefx exceptions serializable and add typeforwards (#24427)Viktor Hofer
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-19Merge remote-tracking branch 'upstream/master'Marek Safar
2017-10-07Add build Configurations.props to performance tests (#24493)Santiago Fernandez Madero
2017-10-02Merge remote-tracking branch 'upstream/master'Marek Safar
2017-09-12Rename IsNotWinRT (#23963)Dan Moseley
2017-09-11Rename IsWinRT to IsInAppContainer (#23935)Dan Moseley
2017-08-31Merge remote-tracking branch 'upstream/master'Marek Safar
2017-08-31Miscellaneous typo corrections. (#23698)Brian Chavez
2017-08-30XML doc spelling corrections - D through H. :shower: (#23638)Brian Chavez
2017-08-30XML doc spelling corrections - I through P. :shower: (#23651)Brian Chavez
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-07Merge remote-tracking branch 'upstream/master'Marek Safar
2017-08-01Fix Monitor.TryEnter/Monitor.Exit Mismatch in System.Threading.Tests (#22815)Jonghyun Park
2017-07-16Merge remote-tracking branch 'upstream/master'Alexander Köplinger
2017-07-13Some tests for exceptions in System.Threading. (#22143)Jon Hanna
2017-07-12Reenable Threading ETW's on UAPAOT (#22148)Atsushi Kanamori
2017-07-11Revert "Have the uap version of RemoteExecutorTestBase.RemoteInvoke wait in a...Santiago Fernandez Madero
2017-07-10Have the uap version of RemoteExecutorTestBase.RemoteInvoke wait in a… (#21...Koundinya Veluri
2017-07-06Re-enable Mutex test for uap (#21912)Santiago Fernandez Madero
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-07-03Merge remote-tracking branch 'upstream/master'Alexander Köplinger
2017-06-29Enable ReaderWriterLockSlim test for UapAot (#21723)Koundinya Veluri
2017-06-28Correctly handle empty strings in params of RemoteExecutorTestBase (#21196)Hugh Bellamy
2017-06-27Fix uapaot threading testDan Moseley
2017-06-27Fix System.Threading tests hang in uapaot (#21586)Jose Perez Rodriguez