[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.CodeDom / ChangeLog
index 3174e61abf9b16ce31e89bdde64fc3f2ded44725..a5db9f45562eabaf220ab47fb248e006118cc8d2 100644 (file)
@@ -1,3 +1,161 @@
+2009-08-13  Marek Habersack  <mhabersack@novell.com>
+
+       * CodeTypeReferenceTest.cs: added test for bug #523341
+
+2007-01-25  Ilya Kharmatsky  <ilyak -at- mainsoft.com>
+       
+       * CodeTypeReferenceTest.cs :
+         Added 'Ignore' attributes for several tests, under TARGET_JVM
+         directive, in order to workaround the Grasshopper's bugs.
+
+2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CodeTypeReferenceTest.cs :
+         Fixed generic type tests and let them involved in the actual tests.
+         Added some more generic type tests, including generic type
+         definition.
+
+2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CodeRemoveEventStatementTest.cs: Added tests for ctors.
+
+2005-11-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CodeTypeParameterCollectionTest.cs: Improve coverage of AddRange 
+       test. Added Remove tests.
+       * CodeParameterDeclarationExpressionCollectionTest.cs: Same.
+       * CodeCatchClauseCollectionTest.cs: Same.
+       * CodeStatementCollectionTest.cs: Same.
+       * CodeTypeMemberCollectionTest.cs: Same.
+       * CodeExpressionCollectionTest.cs: Same.
+       * CodeTypeReferenceCollectionTest.cs: Same.
+       * CodeCommentStatementCollectionTest.cs: Same.
+       * CodeAttributeArgumentCollectionTest.cs: Same.
+       * CodeAttributeDeclarationCollectionTest.cs: Same.
+       * CodeDirectiveCollectionTest.cs: Same.
+       * CodeTypeDeclarationCollectionTest.cs: Same.
+       * CodeNamespaceCollectionTest.cs: Same.
+
+2005-11-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CodeTypeParameterCollectionTest.cs: Added tests for ctors, and
+       Add/AddRange/Insert methods.
+       * CodeCatchClauseCollectionTest.cs: Added tests for ctors, and
+       Add/AddRange/Insert methods.
+       * CodeStatementCollectionTest.cs: Added AddRange test for null item.
+       * CodeTypeMemberCollectionTest.cs: Added tests for ctors, and
+       Add/AddRange/Insert methods.
+       * CodeCommentStatementCollectionTest.cs: Added tests for ctors, and
+       Add/AddRange/Insert methods.
+       * CodeAttributeArgumentCollectionTest.cs: Added tests for ctors, and
+       Add/AddRange/Insert methods.
+       * CodeAttributeDeclarationCollectionTest.cs: Added tests for ctors,
+       and Add/AddRange/Insert methods.
+       * CodeDirectiveCollectionTest.cs: Added tests for ctors, and
+       Add/AddRange/Insert methods.
+       * CodeTypeDeclarationCollectionTest.cs: Added tests for ctors, and
+       Add/AddRange/Insert methods.
+       * CodeNamespaceImportCollectionTest.cs: Added tests for ctor, Add and
+       AddRange methods.
+       * CodeNamespaceCollectionTest.cs: Added tests for ctors, and
+       Add/AddRange/Insert methods.
+
+2005-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CodeExpressionCollectionTest.cs: Fixed test case for AddRange_Self
+       to really discover regressions.
+       * CodeStatementCollectionTest.cs: same.
+       * CodeTypeReferenceCollectionTest.cs: same.
+
+2005-11-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CodeExpressionCollectionTest.cs: Added test case for AddRange(self).
+       * CodeStatementCollectionTest.cs: Added test case for AddRange(self).
+       * CodeTypeReferenceCollectionTest.cs: Added test case for 
+       AddRange(self).
+
+2005-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CodeExpressionCollectionTest.cs: Added tests for ctors and AddRange
+       changes made in r52579.
+       * CodeParameterDeclarationExpressionCollectionTest.cs: same.
+       * CodeTypeReferenceCollectionTest.cs: same.
+
+2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CodeMethodInvokeExpressionTest.cs: Fixed some failures on 2.0 
+       tests.
+
+2005-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CodeTypeReferenceExpressionTest.cs: Added tests.
+       * CodeVariableDeclarationStatementTest.cs: Added tests.
+       * CodePropertyReferenceExpressionTest.cs: Added tests.
+       * CodeNamespaceImportTest.cs: Added tests.
+       * CodeTypeConstructorTest.cs: Added tests.
+       * CodeSnippetExpressionTest.cs: Added tests.
+       * CodeParameterDeclarationExpressionTest.cs: Added tests.
+       * CodeObjectCreateExpressionTest.cs: Added tests.
+       * CodeTypeDelegateTest.cs: Set eol-style to native.
+       * CodeLabeledStatementTest.cs: Added tests.
+       * CodeConstructorTest.cs: Added tests.
+       * CodeTypeOfExpressionTest.cs: Added tests.
+       * CodeGotoStatementTest.cs: Added tests.
+       * CodeCastExpressionTest.cs: Added tests.
+       * CodeMemberFieldTest.cs: Set eol-style to native.
+       * CodeMethodInvokeExpressionTest.cs: Added tests.
+       * CodeEventReferenceExpressionTest.cs: Added tests.
+       * CodeChecksumPragmaTest.cs: Added tests.
+       * CodeSnippetCompileUnitTest.cs: Added tests.
+       * CodeNamespaceTest.cs: Added tests.
+       * CodeSnippetStatementTest.cs: Added tests.
+       * CodeMemberMethodTest.cs: Added tests.
+       * CodeMemberPropertyTest.cs: Set eol-style to native.
+       * CodeCatchClauseTest.cs: Added tests.
+       * CodeStatementCollectionTest.cs: Added tests.
+       * CodeRegionDirectiveTest.cs: Added tests.
+       * CodeTypeParameterTest.cs: Added tests.
+       * CodeVariableReferenceExpressionTest.cs: Added tests.
+       * CodeDefaultValueExpressionTest.cs: Added tests.
+       * CodeSnippetTypeMemberTest.cs: Added tests.
+       * CodeDelegateCreateExpressionTest.cs: Added tests.
+       * CodeLinePragmaTest.cs: Added tests.
+       * CodeMethodReferenceExpressionTest.cs: Added tests.
+
+2005-10-25  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CodeArgumentReferenceExpressionTest.cs: Fixed namespace.
+       * CodeArrayCreateExpressionTest.cs: Fixed namespace.
+       * CodeAttachEventStatementTest.cs: Fixed namespace and added tests for
+       contructors that were not covered.
+       * CodeAttributeArgumentTest.cs: Fixed namespace.
+       * CodeAttributeDeclarationTest.cs: Fixed namespace and added tests for
+       constructors that were not covered.
+
+2005-10-24  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CodeArgumentReferenceExpressionTest.cs: Added test for default ctor
+       and default value of ParameterName.
+       * CodeArrayCreateExpressionTest.cs: Added test for default ctor and
+       default value of CreateType.
+       * CodeAttachEventStatementTest.cs: Added test for default ctor and
+       default value of Event.
+       * CodeAttributeArgumentTest.cs: Added test for default ctor and 
+       default value of Name.
+       * CodeAttributeDeclarationTest.cs: Added test for default ctor and
+       default value of Name.
+
+2005-10-24  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CodeTypeReferenceTest.cs: Enabled test case for bug #76535. Added
+       few additional tests for null or zero length data type of array.
+
+2005-10-24  Sebastien Pouliot  <sebastien@ximian.com> 
+       * CodeTypeReferenceCas.cs: Fixed test cases not to trigger bug or 
+       depend on the internal ctor.
+       * CodeTypeReferenceTest.cs: Added a test case for bug #76535.
+
 2005-10-24  Sebastien Pouliot  <sebastien@ximian.com>
 
        * CodeArgumentReferenceExpressionCas.cs,