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
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-29[corlib] Improve CancellationTokenSource testAlexander Köplinger
2016-01-28[bcl] Fix dll names and InternalsVisibleTo for test assembliesAlexander Köplinger
2016-01-23[mobile_static] Fixed AES class usage for mobile_static profileAlexander Kyte
2016-01-23[mobile_static] Work around a test that breaks with aot loadingAlexander Kyte
2016-01-23[mobile_static] Fix test by replicating monotouch behaviorAlexander Kyte
2016-01-23[mobile_static] Disable task test described to fail on Touch.Unit and clearly...Alexander Kyte
2016-01-23[bcl] Mark finalizer-dependent test as not working because finalizers are not...Alexander Kyte
2016-01-23[mobile_static] Fixed test that needed test .dlls explicitly namedAlexander Kyte
2016-01-23[mobile_static] Added missing mobile_static blacklistsAlexander Kyte
2016-01-23[bcl/mobile] Fixed TimeZoneTest on non-xammac/non-monotouch mobile profilesAlexander Kyte
2016-01-23[bcl] Exclude tests for mobile_static excluded on monotouchAlexander Kyte
2016-01-21[corlib] Throw correct exception for GetCultureInfo(0)Sandy Armstrong
2016-01-16[corlib] Improve CancellationTokenSource testMarek Safar
2016-01-11[reflection] Test MethodInfo.ReflectedType propertyAleksey Kliger
2016-01-09[corlib] Disable Thread test that started failing after d5768a7f141e2a579cbca...Alexander Köplinger
2016-01-07[corlib] Remove multiple appdomain support (AppDomain.CreateDomain, etc) from...Rolf Bjarne Kvinge
2016-01-04[corlib] Remove RijndaelManaged test that makes no sense with referencesource...Alexander Köplinger
2016-01-02[runtime] Avoid a crash if a generic type definition is passed to RuntimeHelp...Zoltan Varga
2015-12-14Bump reference souces to include fix for #36786Marek Safar
2015-12-13[corlib] Fix String.PadLeft/Right tests and add a new test for large stringAlexander Köplinger
2015-12-11[threadpool] Fix GetAvailableThreads testLudovic Henry
2015-12-10[threadpool] Fix System.Web tests failuresLudovic Henry
2015-12-10Merge pull request #2310 from lambdageek/dev/bug-36305Aleksey Kliger (λgeek)
2015-12-09[threadpool] Fix get min and available threads icallsLudovic Henry
2015-12-09[reflection] Test case for 36305.Aleksey Kliger
2015-12-06Merge pull request #2276 from lambdageek/dev/bug-36283Rodrigo Kumpera
2015-12-05[corlib][tests] Disable tests that requires Windows (dllimport) on mobile pro...Sebastien Pouliot
2015-12-03Failing test case for 36283Aleksey Kliger
2015-12-03Test case for #36418Aleksey Kliger
2015-11-21[corlib] Bump reference source for .net 4.6 hotfix. Fixes #36003Marek Safar
2015-11-20[corlib] Disable an attribute test which fails on mobile because of linking.Zoltan Varga
2015-11-19[corlib] Update long/short timepatterns. Reference source DateTimeInfo uses d...Marek Safar
2015-11-19Remove Thread.[Abort|Suspend|Resume] from TvOS/WatchOS.Rolf Bjarne Kvinge
2015-11-18[tests] Skip Local name (incorrect) assumption for iOS/tvOS/watchOS/OSX in Ti...Sebastien Pouliot
2015-11-18[runtime] Fix the lookup of nested types in type forwarders. Fixes #35447.Zoltan Varga
2015-11-16Updated Assert.Equals to Assert.AreEqualMarcos Henrich
2015-11-15[runtime] Fix Thread.CurrentThread in non-root appdomains by setting the tls ...Zoltan Varga
2015-11-13Merge pull request #2227 from esdrubal/tzparseRodrigo Kumpera
2015-11-13[corlib] Tests TimeZoneInfo.ParseTZBufferMarcos Henrich
2015-11-12Rewrite the test case from commit b503b87a to not use Assert.IsInstanceOfType().Martin Baulig
2015-11-11Crashing test in mono_class_init() from a MonoGenericClass.Aleksey Kliger
2015-11-11[corlib] Fix Array.Sort throwing when fewer keys than items are providedAlexander Köplinger
2015-11-10[corlib] Disable FullNameGetTypeParseEscapeRoundtrip test on Android.Alex Rønne Petersen
2015-11-10[runtime] Fix Enum.GetHashCode when basetype is short or sbyte.Rodrigo Kumpera
2015-10-29[tests] Adjust MathTest double epsilon valueLudovic Henry
2015-10-28Use 'using SD = System.Diagnostics' to avoid ambiguous references.Martin Baulig
2015-10-28[tests] Fix Math.Pow precision bug on AndroidLudovic Henry
2015-10-24Add a new Moono_GetStackTraces method to Thread which can be used to obtain s...Zoltan Varga
2015-10-22[corlib] Add non-overlapping buffer MemoryCopy implementationMarek Safar