[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.CodeDom.Compiler / ChangeLog
index ad12dcac4d76af9ef23cee4a6654294e82f5eb71..46e6ca01c6ef56ae05525ab478fb96e46bac90a7 100644 (file)
@@ -1,3 +1,113 @@
+2010-04-13  Jonathan Pryor  <jpryor@novell.com>
+
+       * CodeGeneratorTest.cs: Add some testing for CodeRegionDirectives.
+
+2008-05-09  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CodeGeneratorFromTypeTestBase.cs: Added tests for
+       System.ParamArrayAttribute custom attribute.
+
+2008-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ExecutorTest.cs: Use Assert.Ignore when ping is not available.
+       Avoid using ExpectedException in ExecWait test, and added link to
+       MS bug report. 
+
+2008-04-08  Jb Evain  <jbevain@novell.com>
+
+       * CodeGeneratorFromTypeTestBase.cs: add a generator for
+       abstract properties.
+
+2008-01-29  Zoltan Varga  <vargaz@gmail.com>
+
+       * ExecutorTest.cs (ExecWait_NullTempFileCollection): Fix the cmdNoFound case.
+       
+       * ExecutorTest.cs: Handle cases when ping is not in the PATH, or when it
+       returns a non standard error code.
+
+2007-12-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * CodeGeneratorFromTypeTestBase.cs: Added PartialTypeTest.
+
+2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CodeGeneratorFromTypeTestBase.cs :
+         added GenerateGenericCodeTypeReferences() for generic type test.
+
+2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * IndentedTextWriterTest.cs: Added tests for Indent property.
+
+2005-11-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CodeCompilerCas.cs: MS doesn't demand EnvironmentPermission under 
+       1.x.
+
+2005-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CodeGeneratorFromTypeTestBase.cs: Modified GetMethodMembersType3 to 
+       add parameter with no name.
+
+2005-11-02  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CodeCompilerCas.cs: New. CAS unit tests.
+       * ExecutorCas.cs: New. CAS unit tests.
+       * ExecutorTest.cs: New. Unit tests for Executor.
+
+2005-11-01  Sebastien Pouliot  <sebastien@ximian.com>
+       * CodeGeneratorCas.cs: New. CAS unit tests.
+
+2005-11-01  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * CodeDomProviderCas.cs: New. CAS unit tests.
+
+2005-10-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CodeGeneratorTestBase.cs: Set eol-style to native.
+       * CodeGeneratorTest.cs: Set eol-style to native.
+        * CodeGeneratorFromTypeTestBase.cs: Added tests for 
+       CodeEntryPointMethod and bug #76580. Set eol-style to native.
+       * IndentedTextWriterTest.cs: Set eol-style to native.
+
+2005-10-25  Sebastien Pouliot  <sebastien@ximian.com> 
+       * CompilerErrorCas.cs: Under 1.x CompilerError is protected by a 
+       LinkDemand for Unrestricted.
+       * CompilerErrorCollectionCas.cs: Under 1.x CompilerError is protected
+       by a LinkDemand for Unrestricted.
+       * TempFileCollectionCas.cs: Moved precompiler directive to the right
+       method (to ignore a test under MS 1.x).
+
+2005-10-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TempFileCollectionCas.cs: New. CAS unit tests.
+       * TempFileCollectionTest.cs: New. Very basic tests to check the 
+       behaviour of the TempDir property.
+
+2005-10-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CodeGeneratorOptionsCas.cs: New. CAS unit tests.
+       * CodeGeneratorOptionsTest.cs: New. Unit tests.
+       * CodeParserCas.cs: New. CAS unit tests.
+       * CompilerErrorCas.cs: New. CAS unit tests.
+       * CompilerErrorCollectionCas.cs: New. CAS unit tests.
+       * CompilerInfoCas.cs: New. CAS unit tests.
+       * CompilerParametersCas.cs: New. CAS unit tests.
+       * CompilerResultsCas.cs: New. CAS unit tests.
+       * GeneratedCodeAttributeCas.cs: New. CAS unit tests.
+       * GeneratedCodeAttributeTest.cs: New. Unit tests.
+       * IndentedTextWriterCas.cs: New. CAS unit tests.
+
+2005-10-15  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * CodeGeneratorTestBase.cs: No longer keep instance of StringWriter to
+       allow GenerateCodeFromType to be executed multiple times with relying
+       on user to reset writer. Allow CodeGeneratorOptions to be passed in,
+       in order to support bracing style tests.
+       * CodeGeneratorFromTypeTestBase.cs: Modify Generate* methods to take
+       CodeGeneratorOptions instance and pass it on to GenerateCodeFromType.
+
 2005-07-30  Gert Driesen <drieseng@users.sourceforge.net>
 
        * CodeGeneratorFromTypeTestBase.cs: Added NewSlot tests.