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
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Core/Test/System.Linq.Expressions/ChangeLog')
-rw-r--r--mcs/class/System.Core/Test/System.Linq.Expressions/ChangeLog132
1 files changed, 0 insertions, 132 deletions
diff --git a/mcs/class/System.Core/Test/System.Linq.Expressions/ChangeLog b/mcs/class/System.Core/Test/System.Linq.Expressions/ChangeLog
deleted file mode 100644
index b529a71b3c5..00000000000
--- a/mcs/class/System.Core/Test/System.Linq.Expressions/ChangeLog
+++ /dev/null
@@ -1,132 +0,0 @@
-2010-05-19 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_Constant.cs: add tests for nullable constants.
-
-2009-09-03 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_Constant.cs: add test to emit dbnull constants.
-
-2009-09-03 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_Constant.cs: add test to emit DateTime constants.
-
-2009-07-07 Raja R Harinath <harinath@hurrynot.org>
-
- * ExpressionTest.cs (ExpressionDelegateTarget) [NET_4_0]: Disable
- check for ExecutionScope.
- (GlobalsInSpace) [NET_4_0]: Disable.
-
-2008-09-22 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_TypeIs.cs: add test for bug #428309.
-
-2008-05-13 Roei Erez <roeie@mainsoft.com>
-
- * ExpressionTest.cs: Exclude tests only in JAVAEE environment.
-
-2008-03-05 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_Call.cs: we pass the Call with type arguments tests.
-
-2008-02-24 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest.cs: test for Action compilation.
-
-2008-02-04 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_ListBind.cs: add working test for MemberListBinding
- ToStringification.
-
-2008-02-02 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_ListBind.cs: fix MemberTypeImplementIEnumerable test.
-
-2008-02-01 Olivier Dufour <olivier.duff@gmail.com>
-
- * ExpressionTest_ListBind.cs:Add test for ListBind
-
-2008-02-01 Olivier Dufour <olivier.duff@gmail.com>
-
- * ExpressionTest_ElementInit.cs:Add test for ElementInit
-
-2008-01-31 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_ArrayLength.cs: add compile test.
-
-2008-01-31 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_Field.cs: add field access tests.
-
-2008-01-30 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_CallWithExpression.cs: add tests for very simple calls.
-
-2008-01-30 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_New.cs: add tests for emitting new reference types.
-
-2008-01-27 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_Condition.cs: tests for compilation of
- conditionals.
-
-2008-01-27 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_Lambda.cs: add test for the
- Lambda(Expression,ParameterExpression[]) method.
-
-2008-01-27 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_Lambda.cs: add tests to assert the type
- of the LambdaExpressions.
-
-2008-01-18 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_GreaterThan|GreaterThanOrEqual.cs
- * ExpressionTest_LessThan|LessThanOrEqual.cs: new tests.
-
-2008-01-18 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_Negate.cs
- ExpressionTest_Not.cs
- ExpressionTest_UnaryPlus.cs: test for some unary operators.
-
-2008-01-16 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_CallWithExpression.cs: test for static method.
-
-2008-01-15 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_CallWithExpression.cs: tests
- for Call (Expression, ...)
-
-2008-01-15 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_Condition.cs: add tests for Expression.Condition.
-
-2008-01-15 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest.cs: tests for Expression.Parameter
-
-2008-01-09 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest.cs: tests for GetActionType.
-
-2008-01-09 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest.cs: add new fixture of assorted tests for
- Expression. Contains tests for GetFuncType for now.
-
-2008-01-09 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_ArrayLength.cs: Fix Rank2String to pass on .net.
-
-2008-01-09 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_Call.cs: fix wrong test.
-
-2008-01-09 Jb Evain <jbevain@novell.com>
-
- * ExpressionTest_TypeAs.cs: correct wrong test for numerics.
- Add test for nullable types.
-