1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
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.
|