b529a71b3c53788f2501718de2e73a0cdb354b71
[mono.git] / mcs / class / System.Core / Test / System.Linq.Expressions / ChangeLog
1 2010-05-19  Jb Evain  <jbevain@novell.com>
2
3         * ExpressionTest_Constant.cs: add tests for nullable constants.
4
5 2009-09-03  Jb Evain  <jbevain@novell.com>
6
7         * ExpressionTest_Constant.cs: add test to emit dbnull constants.
8
9 2009-09-03  Jb Evain  <jbevain@novell.com>
10
11         * ExpressionTest_Constant.cs: add test to emit DateTime constants.
12
13 2009-07-07  Raja R Harinath  <harinath@hurrynot.org>
14
15         * ExpressionTest.cs (ExpressionDelegateTarget) [NET_4_0]: Disable
16         check for ExecutionScope.
17         (GlobalsInSpace) [NET_4_0]: Disable.
18
19 2008-09-22  Jb Evain  <jbevain@novell.com>
20
21         * ExpressionTest_TypeIs.cs: add test for bug #428309.
22
23 2008-05-13  Roei Erez  <roeie@mainsoft.com>
24
25         * ExpressionTest.cs: Exclude tests only in JAVAEE environment.
26
27 2008-03-05  Jb Evain  <jbevain@novell.com>
28
29         * ExpressionTest_Call.cs: we pass the Call with type arguments tests.
30
31 2008-02-24  Jb Evain  <jbevain@novell.com>
32
33         * ExpressionTest.cs: test for Action compilation.
34
35 2008-02-04  Jb Evain  <jbevain@novell.com>
36
37         * ExpressionTest_ListBind.cs: add working test for MemberListBinding
38         ToStringification.
39
40 2008-02-02  Jb Evain  <jbevain@novell.com>
41
42         * ExpressionTest_ListBind.cs: fix MemberTypeImplementIEnumerable test.
43
44 2008-02-01  Olivier Dufour  <olivier.duff@gmail.com>
45
46         * ExpressionTest_ListBind.cs:Add test for ListBind
47
48 2008-02-01  Olivier Dufour  <olivier.duff@gmail.com>
49
50         * ExpressionTest_ElementInit.cs:Add test for ElementInit
51
52 2008-01-31  Jb Evain  <jbevain@novell.com>
53
54         * ExpressionTest_ArrayLength.cs: add compile test.
55
56 2008-01-31  Jb Evain  <jbevain@novell.com>
57
58         * ExpressionTest_Field.cs: add field access tests.
59
60 2008-01-30  Jb Evain  <jbevain@novell.com>
61
62         * ExpressionTest_CallWithExpression.cs: add tests for very simple calls.
63
64 2008-01-30  Jb Evain  <jbevain@novell.com>
65
66         * ExpressionTest_New.cs: add tests for emitting new reference types.
67
68 2008-01-27  Jb Evain  <jbevain@novell.com>
69
70         * ExpressionTest_Condition.cs: tests for compilation of
71         conditionals.
72
73 2008-01-27  Jb Evain  <jbevain@novell.com>
74
75         * ExpressionTest_Lambda.cs: add test for the
76         Lambda(Expression,ParameterExpression[]) method.
77
78 2008-01-27  Jb Evain  <jbevain@novell.com>
79
80         * ExpressionTest_Lambda.cs: add tests to assert the type
81         of the LambdaExpressions.
82
83 2008-01-18  Jb Evain  <jbevain@novell.com>
84
85         * ExpressionTest_GreaterThan|GreaterThanOrEqual.cs
86         * ExpressionTest_LessThan|LessThanOrEqual.cs: new tests.
87
88 2008-01-18  Jb Evain  <jbevain@novell.com>
89
90         * ExpressionTest_Negate.cs
91         ExpressionTest_Not.cs
92         ExpressionTest_UnaryPlus.cs: test for some unary operators.
93
94 2008-01-16  Jb Evain  <jbevain@novell.com>
95
96         * ExpressionTest_CallWithExpression.cs: test for static method.
97
98 2008-01-15  Jb Evain  <jbevain@novell.com>
99
100         * ExpressionTest_CallWithExpression.cs: tests
101         for Call (Expression, ...)
102
103 2008-01-15  Jb Evain  <jbevain@novell.com>
104
105         * ExpressionTest_Condition.cs: add tests for Expression.Condition.
106
107 2008-01-15  Jb Evain  <jbevain@novell.com>
108
109         * ExpressionTest.cs: tests for Expression.Parameter
110
111 2008-01-09  Jb Evain  <jbevain@novell.com>
112
113         * ExpressionTest.cs: tests for GetActionType.
114
115 2008-01-09  Jb Evain  <jbevain@novell.com>
116
117         * ExpressionTest.cs: add new fixture of assorted tests for
118         Expression. Contains tests for GetFuncType for now.
119
120 2008-01-09  Jb Evain  <jbevain@novell.com>
121
122         * ExpressionTest_ArrayLength.cs: Fix Rank2String to pass on .net.
123
124 2008-01-09  Jb Evain  <jbevain@novell.com>
125
126         * ExpressionTest_Call.cs: fix wrong test.
127
128 2008-01-09  Jb Evain  <jbevain@novell.com>
129
130         * ExpressionTest_TypeAs.cs: correct wrong test for numerics.
131         Add test for nullable types.
132