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