New tests.
[mono.git] / mcs / class / System.Core / System.Core_test.dll.sources
2010-04-27 Marek SafarNew tests.
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-04-15 Jérémie Laval2010-04-15 Jérémie Laval <jeremie.laval@gmail.com>
2009-12-03 Marek Safar2009-12-03 Marek Safar <marek.safar@gmail.com>
2009-12-02 Marek Safar2009-12-02 Marek Safar <marek.safar@gmail.com>
2009-08-29 Zoltan Varga2009-08-30 Zoltan Varga <vargaz@gmail.com>
2009-02-18 Jonathan PryorAdd a more functional (i.e. fewer-stubs) implementation...
2009-01-23 Marek SafarNew test.
2009-01-22 Jb Evainadd tests
2009-01-18 Marek Safar2009-01-18 Marek Safar <marek.safar@gmail.com>
2009-01-15 Marek Safarset svn:eol-style
2009-01-15 Jb Evainadd new tests
2008-08-05 Sebastien Pouliot2008-08-05 Sebastien Pouliot <sebastien@ximian.com>
2008-06-03 Noam Lampertsvn path=/trunk/mcs/; revision=104772
2008-05-29 Jb Evainmove NotEqual tests to their own file
2008-05-15 Roei ErezAdd implementation for AsQueryable.
2008-03-20 Marek SafarMade gmcs specific
2008-03-20 Jb Evainupdate
2008-03-19 Igor Zelmanovichmerge r98600
2008-02-25 Jb Evainmerge Call tests
2008-02-20 Jb Evainwe pass MemberBind tests
2008-02-20 Jb Evainwe pass ListInit tests
2008-02-19 Jb Evainwe pass MemberInit tests
2008-02-08 Jb Evainwe pass Invoke tests
2008-02-01 Olivier Dufour2008-02-01 Olivier Dufour <olivier.duff@gmail.com>
2008-02-01 Olivier Dufour2008-02-01 Olivier Dufour <olivier.duff@gmail.com>
2008-01-29 Jb Evainwe pass AndAlso
2008-01-29 Jb Evainwe pass some of those
2008-01-28 Jb Evainwe pass New
2008-01-25 Zoltan Varga2008-01-25 Zoltan Varga <vargaz@gmail.com>
2008-01-25 Jb Evainwe pass Bind
2008-01-25 Jb Evainwe pass PropertyOrField
2008-01-25 Jb Evainwe pass ExclusiveOr tests
2008-01-24 Jb Evainwe pass Field and Property
2008-01-22 Miguel de IcazaShut up all those warnings
2008-01-22 Jb Evainwe pass NewArrayBounds and NewArrayList
2008-01-22 Jb Evainenable new Enumerable tests
2008-01-22 Miguel de Icaza2008-01-22 Miguel de Icaza <miguel@novell.com>
2008-01-21 Jb Evainoh, they're already in :)
2008-01-21 Jb Evainremove until Miguel check them in
2008-01-21 Miguel de Icaza2008-01-20 Miguel de Icaza <miguel@novell.com>
2008-01-18 Jb Evainwe pass lessthan and greatherthan tests
2008-01-18 Jb Evainwe pass not, negate and unaryplus tests
2008-01-18 Miguel de Icaza2008-01-17 Miguel de Icaza <miguel@novell.com>
2008-01-17 Jb Evainwe pass ArrayIndex tests
2008-01-17 Miguel de Icaza2008-01-16 Miguel de Icaza <miguel@novell.com>
2008-01-15 Jb Evainadd CallWithExpression tests
2008-01-15 Jb Evainrename the specialized Call test fixture
2008-01-15 Jb Evaincondition tests passes
2008-01-15 Miguel de Icaza2008-01-14 Miguel de Icaza <miguel@novell.com>
2008-01-14 Jb Evainwe pass ArrayLength
2008-01-14 Jb Evainwe pass TypeAs
2008-01-14 Jb Evainadd passing tests
2008-01-13 Jb Evainfresh impl
2008-01-09 Jb Evainadd file
2007-12-23 Igor Zelmanovichfor TARGET_J2EE only:
2007-12-23 Igor Zelmanovichfor TARGET_J2EE only:
2007-12-20 Stephane Delcroix2007-12-20 Stephane Delcroix <sdelcroix@novell.com>
2007-12-12 Jb Evainadd test
2007-11-28 Jb Evainadd HashSetTest
2007-11-06 Marek SafarNew tests, update
2007-11-06 Jb Evainadd the EnumerableTest
2007-08-17 Federico Di GregorioImplemented another 6 Expression methods.
2007-08-17 Federico Di GregorioImplemented RightShift and LeftShift.
2007-08-17 Marek SafarNew errors + tiny update ;-)
2007-08-17 Federico Di GregorioTypeAs now ok.
2007-08-17 Federico Di GregorioTypeIs now ok.
2007-08-16 Federico Di GregorioImplemented Or and OrElse.
2007-08-16 Federico Di GregorioImplemented Call (except generics), Divide, Modulo...
2007-08-15 Federico Di GregorioImplemented Expression.Bind() method.
2007-08-14 Federico Di GregorioMethodCallExpression complete. Added ArrayIndex and...
2007-08-14 Miguel de IcazaAdd