2009-05-19 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / tests / metadata-verifier / Changelog
index 5be0fe35f85a833eab47a94d02c130aa8433e99e..850eb1221bcedc5151a431965fd18aaabf375dc3 100644 (file)
@@ -1,3 +1,152 @@
+2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Add tests for the generic param constraint table.
+
+       * assembly-with-generics.cs: Add stuff for new tests.
+
+2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Add tests for the methodspec table.
+
+       * assembly-with-generics.cs: Add stuff for new tests.
+
+2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Add tests for the generic param table.
+
+       * assembly-with-generics.cs: New file for generic tests.
+
+       * Makefile: Adjust the build to the new file.
+
+2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Add tests for the nested class table.
+
+       * assembly-with-complex-type.cs: Add a nested class.
+
+2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Add tests for the manifest resource table.
+
+       * Makefile: Update to the new dependency.
+
+       * assembly-with-resource.cs: Add an exported type to be used
+       by the new tests.
+
+2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Add tests for the manifest resource table.
+
+2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Add tests for the exported type table.
+
+       * assembly-with-module.il: Old file not longer needed.
+
+       * assembly-with-module.cs: File use to generate
+       tests for the exported table.
+
+       * module.il: Same. This file is written in MSIL because
+       gmcs/SRE can't handle the AssemblyAttributesGoHere hack.
+
+       * Makefile: Adjust the build to the new files.
+
+2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Add tests for the file table.
+
+2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Fix one test for the assembly
+       table.
+
+       * cli-tables-tests.md: Add tests for assemblyref.
+
+2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Add tests for assembly.
+       
+2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Add tests for fieldrva.
+
+2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * assembly-with-methods.cs: Mark the class with the
+       P/Invoke as abstract.
+
+       * cli-tables-tests.md: Add tests for implmap.
+
+2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Tests for module table.
+
+       * assembly-with-complex-type.cs: Added more stuff;
+
+2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Tests for module table.
+
+       * assembly-with-module.il: New file.
+
+       * Makefile: Add new dependencies.
+
+2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Tests for methodimpl table.
+
+       * assembly-with-complex-type.cs: Added more stuff.
+
+2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Tests for property table.
+
+       * assembly-with-property.cs: Added more stuff
+
+2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * gen-md-tests.c (next_token): Stop taking chars
+       for a token when encountering the first delimiter char.
+
+       This makes the parser less brain-dead when encountering
+       sequences like "foo()".
+
+2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Tests for propertymap table.
+
+       * assembly-with-property.cs: New test file for producing tests
+       for property tables.
+
+       * Makefile: Add new dependencies.
+
+2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Tests for event table.
+       
+2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Tests for event map table.
+
+       * assembly-with-events.cs: New test file for producing tests
+       for cattr table.
+
+       * Makefile: Add new dependency.
+
+2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Tests for standalonesig table.
+
+       * assembly-with-complex-type.cs: Added more stuff for
+       field layout tests.
+
+2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * cli-tables-tests.md: Tests for field layout table.
+
+       * assembly-with-complex-type.cs: Added more stuff for
+       field layout tests.
+
 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
 
        * cli-tables-tests.md: Tests for class layout table.