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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-10Add conditionals allowing some calenders to be disabled. (#13730)Martin Baulig
2019-02-07[corlib] Remove reflection-based Mono.Native test (#12828)Alexander Köplinger
2018-11-02"Mono.Native - Halloween Edition"Martin Baulig
2018-10-15Initial Mono.Native Support. (#10596)Martin Baulig
2018-09-27[corlib] Switch tests to use embedded test resourcesAlexander Köplinger
2018-07-28Use System.Security.Policy.Publisher from corefx (they essentially stubbed it...Martin Baulig
2018-02-23Fix xamarin-android issue 1130 and add test (#6326)Katelyn Gadd
2018-02-21[remoting] Synchronize serializer/deserializer usage for call data. Fixes #46473Alexis Christoforides
2017-11-13[corlib] Add more tests, embed linker descriptor xml in test assemblyAlexander Köplinger
2017-11-02[corlib] Add more Assembly*Attribute tests (#5918)Alexander Köplinger
2017-10-26Add an automated test that will fail if the list of feature names in Compiler...Katelyn Gadd
2017-10-19[System.Core] Remove duplicated test classes (#5829)Alexander Köplinger
2017-10-19[bcl] Remove AssertExtensions helper classes (#5828)Alexander Köplinger
2017-10-11[corlib] Adds more testsMarek Safar
2017-08-14[test] Add regression test for GetType() of a transparent proxy.Aleksey Kliger
2017-07-26[sre] Add some tests for saving assemblies. (#5265)Zoltan Varga
2017-07-07[metadata/corlib] Add apfs to list of fixed drive typesAlexander Köplinger
2017-03-10[corlib][Mono.Posix] Remove NunitHelpers.cs referenceMarek Safar
2016-10-29[bcl] Add NUnitHelper.cs with API not in nunit-liteMarcos Henrich
2016-09-22[colrib] Fixes aecdb91a0628efb03d0b6578e9dcdda90904ad20 and add GC testsMarek Safar
2016-08-30[corlib] Fix replacement of UTF-16 surrogate pairs in Latin1EncodingAlexander Köplinger
2016-08-12Removing symlink of TestHelpers.csHenric Müller
2016-07-20[tests] Fix flakiness on some tests that assume object finalizationVlad Brezae
2016-01-23[bcl] Remove trailing whitespace from corlib_test.dll.sourcesAlexander Kyte
2015-10-14[mscorlib] DateTime, DateTimeOffset, bring Unix time APIs from CoreCLRMiguel de Icaza
2015-07-06[corlib] Added tests for MethodBuilder.Marcos Henrich
2015-04-28[corlib] More cryptography from reference sourcesMarek Safar
2015-03-19Rename TypedReference test file to TypedReferenceTest.cs.Zoltan Varga
2015-03-19[corlib] Add TypedReference testMarek Safar
2015-02-17Bug 27010 - Difference in Assembly.GetExportedTypes with .NETUngureanu Marius
2015-02-06[Decimal] Expand test suite with Microsoft's CoreFX Decimal testsMiguel de Icaza
2015-02-04Move TimeZoneInfo tests to corlibMarek Safar
2015-01-26Merge pull request #1521 from esdrubal/fshandleMarek Safar
2015-01-23[corlib] Add more testsMarek Safar
2015-01-23[corlib] Added tests for FileStream SafeHandle.Marcos Henrich
2015-01-16[TPL] Replace implementation by Microsoft reference sourcesLudovic Henry
2014-11-26[corlib] Implement ExecutionContext flow for async infrastructure. Fixes #24757Marek Safar
2014-09-02Added class EncodingTester that can be used to test fallbacks.Marcos Henrich
2014-08-23[corlib] Improve System.Security.Claims. Fixes #22282Marek Safar
2014-05-17[corlib] Fix ClaimsIdentity default ctor.Rodrigo Kumpera
2014-03-06[corlib] Improve flow of ExecutionContext (few tests taken from https://githu...Marek Safar
2014-02-07[corlib] Fixes formatting of nested tuplesMarek Safar
2014-02-05[corlib] Add nullable testsMarek Safar
2013-12-02[corlib] DebuggerTypeProxyAttribute.ProxyName needs to return an assembly qua...Marek Safar
2013-11-12Extract CurrencyDecimalDigits using currency and not territory info. Fixes #1...Marek Safar
2013-08-28Use IReflectType interface instead of TypeDelegator for introspection type ex...Marek Safar
2013-07-09Equality structural comparer needs to do recursive comparisons. Fixes #13110Marek Safar
2013-05-25Add more argument checks to RegisterWaitForSingleObjectMarek Safar
2013-03-07Remove generated file dependency to make fresh checkout tests work out of boxMarek Safar
2013-01-07Add several tests to cover CFB mode. Some are currently disabled (CFB >8 or P...Sebastien Pouliot