Fix variance test involving nullable types.
[mono.git] / mcs / class / corlib / Test /
2011-08-19 Rodrigo KumperaFix variance test involving nullable types.
2011-08-19 Marek SafarTaskCompletionSource.SetException cannot be used with...
2011-08-13 Marek SafarMerge pull request #156 from garuma/tpl-dataflow-tasks
2011-08-11 Marek Habersack[runtime] Fix for Xamarin bug #99. Don't fail to parse...
2011-08-05 Jérémie LavalFix for #162
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #147 from flutos/master
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-08-02 Atsushi EnoMerge pull request #143 from mistoll/master
2011-07-29 Steven RobbinsMinor formatting change
2011-07-29 Steven RobbinsAdded test case for out of bounds exception on multiple...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-28 Miguel de IcazaMerge pull request #139 from HorstKakuschke/master
2011-07-27 Jérémie LavalSame test for TaskCompletionSource
2011-07-27 Jérémie LavalEnsure that Task is in a correct initial state before...
2011-07-27 Jérémie LavalTest that futures throw Exception through Result proper...
2011-07-27 Jérémie LavalAdd test for various AggregateException ctor exception...
2011-07-27 Jérémie LavalAdd testcase to ensure unobserved exception on Task...
2011-07-27 Jérémie LavalFix AggregateException behavior
2011-07-25 Damien Diederen[480178] Fix handling of surrogate characters.
2011-07-08 Marek SafarMerge pull request #131 from txdv/master
2011-07-01 Zoltan VargaFix the Thread.Interrupt () test now that it is impleme...
2011-07-01 Zoltan VargaFix some tests broken by some NET 4.0 changes.
2011-06-30 Zoltan VargaFix an enum test.
2011-06-30 Zoltan VargaFix sorting of ulong[] arrays among others when using...
2011-06-30 Zoltan VargaDisable a not working delegate test.
2011-06-29 Jb EvainAdd test for bug #703027.
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-15 Jeffrey StedfastRevert for commit 929c6bc9b6d76a273f251e6f5dfacac36e9c38bd
2011-06-10 Jb EvainAdd test for #69918
2011-06-10 Rodrigo KumperaAdd test for missing binding behavior
2011-06-10 Rodrigo KumperaHandle more delegate invoke cases.
2011-06-10 Rodrigo KumperaFixes Delegate.CreateDelegate with valuetype argument...
2011-05-30 Rodrigo KumperaRegression test #696817
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-02 Jb EvainAdd test for Thread.ctor where the stacksize is not...
2011-05-02 Zoltan VargaFix support for parameters with generic constraints...
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-26 Jérémie LavalFail gracefully when CancellationToken has been created...
2011-04-26 Jérémie LavalAdd CancellationToken unit tests
2011-04-18 Jb EvainAdd test for #664205
2011-04-17 Zoltan VargaFix Object.MemberwiseClone () on arrays. Fixes #688033.
2011-04-15 Rolf Bjarne Kvinge[corlib] Ensure Thread.ManagedThreadId is unique per...
2011-04-14 Atsushi EnoFix bug #687444, null-character handling is now closer...
2011-04-11 Atsushi EnoFixed couple of DateTime/DateTimeOffset tests to match...
2011-04-10 Zoltan VargaAdd checks to ParameterBuilder.SetConstant () to avoid...
2011-04-06 Atsushi Enomore: Remove obsolete nunit syntax from tests except...
2011-04-06 Atsushi EnoRemove obsolete nunit syntax from tests except for...
2011-04-06 Atsushi EnoMarked a couple of tests as NotDotNet as they blocked...
2011-04-03 Kenneth SkovhedeFix the handling of the '%f' descriptor in DataConverte...
2011-03-31 Rolf Bjarne Kvinge[DateTime]: Fix parsing when the date format can't...
2011-03-31 Rolf Bjarne Kvinge[CultureInfo]: Ensure the tests pass on .NET 4.0, and...
2011-03-25 Miguel de IcazaConsole encoding fix for bug 678357
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-21 Jérémie LavalRevert fcbb5717c18ff8393f2300a254bb13e6fab9c7e4 and...
2011-03-17 Andreia GaitaFix for #475124. DowngradeFromWriterLock only resets...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-08 Gonzalo Paniagua... Avoid null refs when capacity set to 0
2011-03-08 Marek SafarFix invalid il body for few tests
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-07 Zoltan VargaImplement some DynamicILInfo methods.
2011-03-01 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-01 Paolo MolaroImplemented fast version of ThreadLocal<T>.
2011-02-25 Steve Bjorgadded units tests for TextReader ReadLine() and ReadToEnd()
2011-02-22 Rodrigo KumperaProperly check arguments in List<T> ICollection.CopyTo.
2011-02-18 Rodrigo KumperaHandle overrides on events when retrieving cattrs.
2011-02-15 Jérémie LavalImplement TaskFactory.FromAsync
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Rodrigo KumperaMake Int32.Parse respect current culture.
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-10 Rodrigo KumperaAdd regression test for #668506
2011-02-09 Marek SafarFix corlib test
2011-02-09 Rodrigo KumperaMerge branch 'master' of github.com:mono/mono
2011-02-08 Miguel de IcazaAdd new test
2011-02-03 Marek Habersack[reflection] Default binder's AdjustArguments method...
2011-01-26 Kyle Ambroffversion tolerant serialization fails with missing primi...
2011-01-26 Kenneth BellImplement RawSecurityDescriptor.
2011-01-26 Kenneth BellImplement SecurityIdentifier and improve NTAccount.
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-21 Jérémie LavalRestore test to its original state
2011-01-21 Jérémie LavalMake NestedFuture test faster
2011-01-20 Jb EvainAdd test for bug 665788
2011-01-13 Jérémie LavalFix continuation not being scheduled because of too...
2011-01-11 Sebastien PouliotAllow RSACryptoServiceProvider.SignHash to work with...
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Rodrigo KumperaProperly search overwrites for custom attributes.
2011-01-07 Jérémie LavalRemove now unused internal classes
2011-01-06 Jérémie LavalAvoid random failure in CountdownEvent unit test
2011-01-06 Jérémie LavalAdd unit test for nested Parallel.For execution
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Jérémie LavalEnsure task wait chain isn't executed out of order...
2011-01-04 Rodrigo KumperaFix test suite as boehm doesn't support ephemerons
2011-01-05 Marek SafarFix invalid test constraint
2011-01-04 Jérémie LavalUse correct exception when a key is not found in Concur...
2011-01-04 Jérémie LavalUse proper pattern for executing synchronous Task
next