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
2017-11-26[msvc] Update csproj files (#6100)monojenkins
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] Update exception message to match .netMarek Safar
2017-11-24[bcl] Build some assemblies with -warnaserror (#5295)Alexander Köplinger
2017-11-24Merge pull request #5836 from marek-safar/corefx-bumpMarek Safar
2017-11-24[corlib] Disable test check which is timezone dependentMarek Safar
2017-11-24Bump corefxMarek 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-21[msvc] Update csproj files (#6066)monojenkins
2017-11-21[bcl] Add an .exclude file to disable some corlib tests when running with the...Zoltan Varga
2017-11-21[corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060)Marek Safar
2017-11-20Fix CryptoConfig.CreateFromName on XM Modern (#6029)Chris Hamons
2017-11-19XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fix...Egor Bogatov
2017-11-19[bcl] Fix the ResolvePathBeforeDirectoryExists test on the mobile profile.Zoltan Varga
2017-11-18Merge pull request #6042 from Unity-Technologies/winrt-time-zone-adjustment-r...Alexis Christoforides
2017-11-17The return value of GetDynamicTimeZoneInformationEffectiveYears in the succes...Jonathan Chambers
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-15Provide a special implementation of ReadToEnd for CStreamReader so that it ec...Katelyn Gadd
2017-11-15[runtime] Add Dedup Support to MkBundle (#5484)Alexander Kyte
2017-11-15[runtime/corlib] Improve MissingMethodExceptions by including message… and ...Rodrigo Kumpera
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-07[corlib] corefx tests from System.Threading.* and System.Text.RegularExpressi...Egor Bogatov
2017-11-06[mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIMEBernhard 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-24[coop-handles] System.IO.MonoIO.FindFirstFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.SetFileAttributesJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.SetCurrentDirectoryJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.ReplaceFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.RemoveDirectoryJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.OpenJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.MoveFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.GetFileStatJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.GetFileAttributesJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.DeleteFileJon Purdy