ChangeLog 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. 2008-09-22 Jb Evain <[email protected]>
  2. * ExpressionTest_TypeIs.cs: add test for bug #428309.
  3. 2008-05-13 Roei Erez <[email protected]>
  4. * ExpressionTest.cs: Exclude tests only in JAVAEE environment.
  5. 2008-03-05 Jb Evain <[email protected]>
  6. * ExpressionTest_Call.cs: we pass the Call with type arguments tests.
  7. 2008-02-24 Jb Evain <[email protected]>
  8. * ExpressionTest.cs: test for Action compilation.
  9. 2008-02-04 Jb Evain <[email protected]>
  10. * ExpressionTest_ListBind.cs: add working test for MemberListBinding
  11. ToStringification.
  12. 2008-02-02 Jb Evain <[email protected]>
  13. * ExpressionTest_ListBind.cs: fix MemberTypeImplementIEnumerable test.
  14. 2008-02-01 Olivier Dufour <[email protected]>
  15. * ExpressionTest_ListBind.cs:Add test for ListBind
  16. 2008-02-01 Olivier Dufour <[email protected]>
  17. * ExpressionTest_ElementInit.cs:Add test for ElementInit
  18. 2008-01-31 Jb Evain <[email protected]>
  19. * ExpressionTest_ArrayLength.cs: add compile test.
  20. 2008-01-31 Jb Evain <[email protected]>
  21. * ExpressionTest_Field.cs: add field access tests.
  22. 2008-01-30 Jb Evain <[email protected]>
  23. * ExpressionTest_CallWithExpression.cs: add tests for very simple calls.
  24. 2008-01-30 Jb Evain <[email protected]>
  25. * ExpressionTest_New.cs: add tests for emitting new reference types.
  26. 2008-01-27 Jb Evain <[email protected]>
  27. * ExpressionTest_Condition.cs: tests for compilation of
  28. conditionals.
  29. 2008-01-27 Jb Evain <[email protected]>
  30. * ExpressionTest_Lambda.cs: add test for the
  31. Lambda(Expression,ParameterExpression[]) method.
  32. 2008-01-27 Jb Evain <[email protected]>
  33. * ExpressionTest_Lambda.cs: add tests to assert the type
  34. of the LambdaExpressions.
  35. 2008-01-18 Jb Evain <[email protected]>
  36. * ExpressionTest_GreaterThan|GreaterThanOrEqual.cs
  37. * ExpressionTest_LessThan|LessThanOrEqual.cs: new tests.
  38. 2008-01-18 Jb Evain <[email protected]>
  39. * ExpressionTest_Negate.cs
  40. ExpressionTest_Not.cs
  41. ExpressionTest_UnaryPlus.cs: test for some unary operators.
  42. 2008-01-16 Jb Evain <[email protected]>
  43. * ExpressionTest_CallWithExpression.cs: test for static method.
  44. 2008-01-15 Jb Evain <[email protected]>
  45. * ExpressionTest_CallWithExpression.cs: tests
  46. for Call (Expression, ...)
  47. 2008-01-15 Jb Evain <[email protected]>
  48. * ExpressionTest_Condition.cs: add tests for Expression.Condition.
  49. 2008-01-15 Jb Evain <[email protected]>
  50. * ExpressionTest.cs: tests for Expression.Parameter
  51. 2008-01-09 Jb Evain <[email protected]>
  52. * ExpressionTest.cs: tests for GetActionType.
  53. 2008-01-09 Jb Evain <[email protected]>
  54. * ExpressionTest.cs: add new fixture of assorted tests for
  55. Expression. Contains tests for GetFuncType for now.
  56. 2008-01-09 Jb Evain <[email protected]>
  57. * ExpressionTest_ArrayLength.cs: Fix Rank2String to pass on .net.
  58. 2008-01-09 Jb Evain <[email protected]>
  59. * ExpressionTest_Call.cs: fix wrong test.
  60. 2008-01-09 Jb Evain <[email protected]>
  61. * ExpressionTest_TypeAs.cs: correct wrong test for numerics.
  62. Add test for nullable types.