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
2018-01-12Fix bug 60359Katelyn Gadd
2018-01-05[corlib] Fixes ThreadPoolTest testMarek Safar
2018-01-05XMLDSIG from .NET Core. (#6154)Vladimir Kazakov
2018-01-04 Fix some ThreadPool performance counters. (#6118)jaykrell
2018-01-03Add a possibility to use empty X.509 certificates.Vladimir Kazakov
2018-01-02[tests] SRE check that a memberref token is emitted for a gtdAleksey Kliger
2017-12-18[bcl] Allow conversion from enums and their basetypes in both directions with...Zoltan Varga
2017-12-14[wasm] Update corlib testsuite to disable multi-threaded tests.Rodrigo Kumpera
2017-12-14[corlib] Mark tests that requires multiple threads with the "MultiThreaded" c...Rodrigo Kumpera
2017-12-14[corlib] rename NotWorkingInterpreter and InterpreterNotWorking categories (#...Bernhard Urban
2017-11-28[runtime] Implement a few ModuleBuilder getters (#5787)Alexander Kyte
2017-11-25[corlib] Fix flaky ThreadPoolTests.AsyncLocalCapture test (#6099)Alexander Köplinger
2017-11-24[bcl] Remove the test for ExecutingAssembly.EntryPoint, it behaves in differe...Zoltan Varga
2017-11-24[corlib] Disable test check which is timezone dependentMarek Safar
2017-11-23[tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac's cryptogr...Rolf Bjarne Kvinge
2017-11-23[bcl] Remove an ObjCRuntime reference from the TimeZone tests, it shouldn't b...Zoltan Varga
2017-11-19[bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile.Zoltan Varga
2017-11-17[System.IO] Directory.Exists() now resolves the full path first. Fixes #60267Alexis Christoforides
2017-11-16Merge pull request #6027 from lewurm/fix-DefaultThreadCurrentCultureIsIgnored...Alexis Christoforides
2017-11-16[corlib] fix DefaultThreadCurrentCultureIsIgnoredWhenCultureFlowsToThread testBernhard Urban
2017-11-16[corlib] Don't capture the execution context when UnsafeRegisterWaitForSingle...Rodrigo Kumpera
2017-11-16[test] Regression test for 60238Aleksey Kliger
2017-11-15[runtime] Add Dedup Support to MkBundle (#5484)Alexander Kyte
2017-11-13[corlib] Add more tests, embed linker descriptor xml in test assemblyAlexander Köplinger
2017-11-09Merge pull request #5970 from lambdageek/bug-60245Aleksey Kliger (λgeek)
2017-11-08[interp] disable Test.System.Threading.ThreadTest.TestUndivisibleByPageSizeMa...Bernhard Urban
2017-11-08[test] FieldInfo.{Get,Set}Value tests for ContextBoundObjectAleksey Kliger
2017-11-08[Tests] Fix flaky IO tests due to parrallel execution on Mac bots. (#5965)Manuel de la Pena
2017-11-08[interp] clear stack on resuming into the main loop (#5959)Bernhard Urban
2017-11-06[corlib] annotate failing tests when running in interpreterBernhard Urban
2017-11-06[corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profilesMarek Safar
2017-11-04Fix bug 57938 - FullName not returning null for certain generic types (#5920)Katelyn Gadd
2017-11-02[corlib] Add more Assembly*Attribute tests (#5918)Alexander Köplinger
2017-10-28[corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889)Rolf Bjarne Kvinge
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-19fix code-style issuesEgorBo
2017-10-19limit max possible threads in ThreadPool (SetMaxThreads). Fixes bug-60027EgorBo
2017-10-18[sre] Register a canonical reflected method for a methodspec token. (Fixes #6...Aleksey Kliger (λgeek)
2017-10-17[corlib] Add tests for EncoderFallbackAlexander Köplinger
2017-10-17[corlib] Use Latin1Encoding from referencesourceAlexander Köplinger
2017-10-17[corlib] Fix SRE.SaveTest error during teardown on WindowsAlexander Köplinger
2017-10-12[corlib/Test] Check for "Israel Standard Time" zone on Windows.Vincent Povirk
2017-10-12fix formatting issuesEgorBo
2017-10-12fix bug-60031 Thread doesn't throw ThreadStateException when it shouldEgorBo
2017-10-11Merge pull request #5741 from alexischr/bug-60028Alexis Christoforides
2017-10-11[corlib] Adds more testsMarek Safar
2017-10-11[test] Add Type.GetType("", ...) testsAleksey Kliger
2017-10-09[corlib] Use temp directory for assemblies in SaveTest.Save() (#5727)Alexander Köplinger