[corlib] Improve CancellationTokenSource test
[mono.git] / mono / tests / metadata-verifier / Changelog
index b1b203757fb2c4eaea81b2b67de3425f0b793c38..90152c1acc58c9dd690b568ab3d1bf094947ee6a 100644 (file)
@@ -1,3 +1,210 @@
+2010-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * Remove broken tests dues to aditional tests or relaxation
+       of existing constraints.
+
+2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * badrt-recursive-struct.il: New test for structs with bad layout.
+
+2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: New test for method abstract + final.
+       Tests #534175.
+
+2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * Makefile: Fix makefile.
+
+2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * assembly-with-fields.cs: New test source.
+
+       * Makefile: Add test source
+
+2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-global-props-tests.md: Add test for field table.
+
+2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * gen-md-tests.c: Add suppport for badrt mode for metadata
+       tests that require runtime type initialization.
+
+       * Makefile: Add support for badrt.
+
+2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-global-props-tests.md: Add test for typeref table.
+
+       * cli-tables-tests.md: Disable test that pass under MS.
+
+2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-global-props-tests.md: New tests for global
+       properties to check tables for.
+
+       * Makefile: Add new test source.
+
+2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Regression test for #534189
+
+2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * Makefile: Fix mac build and dependencies.
+       Add new file.
+
+       * cli-blob-tests.md: stand-alone-method-sig tests now use
+       a separate input file with a single standalone sig so it's
+       no longer dependent on ilasm ordering.
+
+       * assembly-with-calli.il: New file with a single standalone
+       signature.
+
+2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * assembly-with-locals.il: Fix method to be verifiable.
+       Add more shapes of valid locals.
+
+       * cli-blob-tests.md (locals-sig): Fix some tests.
+
+2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Fix a cattr-table test
+       where generic param is allowed as a parent.
+
+2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Fix a implmap-table test
+       related to SupportLastError.
+
+2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: Last tests for method header.
+
+2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: Tests for method header.
+
+       * assembly-with-methods.cs: Fill in more methods
+       with EH tables.
+
+2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: Tests for method header.
+
+       * assembly-with-methods.cs: Add some body to
+       make for some fat headers.
+
+2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-cattr-tests.md: Tests for custom attributes
+       encoding.
+
+       *assembly-with-cattr-enc.cs: Input file
+
+       * Makefile: Add new dependency and test.
+
+2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: Tests for methodspec signature.
+
+2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: Tests for typespec signature.
+
+       * assembly-with-typespec.il: Input file with a
+       bunch of typespec instances.
+
+       * Makefile: Add new dependency.
+
+2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * gen-md-tests.c: Added read.byte.
+
+2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: Tests for szarray.
+
+       * assembly-with-types.il: Fix the szarray field.
+
+2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: Tests for fnptr instance.
+
+2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: Tests for generic instance.
+
+       * assembly-with-types.il: Add some generic instances.
+
+2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: Tests for array shape.
+
+2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: Tests for type encoding.
+
+       * assembly-with-types.il: Input file with all
+       sorts of type encodings.
+
+       * Makefile: Add new dependency.
+
+2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: LocalsSig tests.
+
+       * assembly-with-locals.il: File with all sort
+       of locals sig.
+
+       * Makefile: Add new dependency.
+
+2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: PropertySig tests.
+
+       * assembly-with-properties.cs: Add property with
+       parameters.
+
+2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: FieldSig tests.
+
+2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: StandAloneSig tests.
+
+       * assembly-with-custommod.il: Added a calli
+
+2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: Methodref signature tests.
+
+       * assembly-with-signatures.cs: File with vararg call.
+
+       * Makefile: Add new dependency.
+
+2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: Tests for parameters and generics
+
+       * assembly-with-custommod.il: Added more methods to use
+       in the tests.
+
+2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: More signature tests.
+
+       * assembly-with-custommod.il: File with custom mods.
+
+       * Makefile: Add new dependency.
+
+2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-blob-tests.md: More tests for method def signatures.
+
 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
 
        * cli-blob-tests.md: New file for blob signature tests.