2010-04-08 Jb Evain <jbevain@novell.com>
[mcs.git] / tools / compiler-tester / ChangeLog
blob93c5bef242ce40d1fdea79936d14925ff0023415
1 2009-11-05  Marek Safar  <marek.safar@gmail.com>
3         * compiler-tester.cs: Add predefined negative file masks.
5 2009-09-20  Sebastien Pouliot  <sebastien@ximian.com>
7         * compiler-tester.cs: Define out some parts for NET_2_1 since
8         they are not part of Silverlight 2 public API
10 2009-07-29  Marek Safar  <marek.safar@gmail.com>
12         * compiler-tester.cs: Add predefined file masks.
14 2009-06-02  Marek Safar  <marek.safar@gmail.com>
16         * compiler-tester.cs: Add "safe-execution" options.
18 2009-02-19  Marek Safar  <marek.safar@gmail.com>
20         * compiler-tester.cs: More verbosity needed for runtime crashes.
22 2008-11-05  Marek Safar  <marek.safar@gmail.com>
24         * compiler-tester.cs: Better -warnaserror detection.
26 2008-10-01  Marek Safar  <marek.safar@gmail.com>
28         * compiler-tester.cs: Fixed broken value type test.
30 2008-09-10  Marek Safar  <marek.safar@gmail.com>
32         * compiler-tester.cs: Add non-varags LogLine overload.
34 2008-07-28  Marek Safar  <marek.safar@gmail.com>
36         * compiler-tester.cs: Removed ExecuteFile.
38 2008-07-24  Marek Safar  <marek.safar@gmail.com>
40         * compiler-tester.cs: Always exercise symbol writer.
42 2008-07-29  Martin Baulig  <martin@ximian.com>
44         * compiler-tester.cs: Added `-compiler-options' command line
45         argument to specify global compiler options in addition to the
46         ones which are read from the test cases.
48 2008-04-22  Marek Safar  <marek.safar@gmail.com>
50         * compiler-tester.cs: Print test name when IL reduction is detected.
52 2008-04-07  Marek Safar  <marek.safar@gmail.com>
54         * compiler-tester.cs: Don't report IL reduction as regression.
56 2008-03-14  Marek Safar  <marek.safar@gmail.com>
58         * compiler-tester.cs: Handle new tests correctly.
60 2008-03-14  Marek Safar  <marek.safar@gmail.com>
62         * compiler-tester.cs: Replaced XmlTextWriter and XmlTextReader with
63         XmlWriter and XmlReader.
65 2008-03-14  Marek Safar  <marek.safar@gmail.com>
67         * compiler-tester.cs: Added IL regression support.
69 2008-03-13  Marek Safar  <marek.safar@gmail.com>
71         * compiler-tester.cs: Refactored to support verbose mode.
72         
73 2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
75         * Makefile ($(dir $(PROGRAM))/.stamp): New.
77 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
79         * Makefile [PROFILE=net_2_1]: Copy file from net_2_1_raw profile.
80         * compiler-tester.cs: Work better with 'net_2_1' profiles.
82 2007-11-28  Raja R Harinath  <harinath@gmail.com>
84         * compiler-tester.cs: Work better with the 'net_2_1' profile.
85         * xmldocdiff.cs: Disable in the 'net_2_1' profile.
87 2007-11-06  Marek Safar  <marek.safar@gmail.com>
89         * compiler-tester.cs: Made the test output less verbose.
90         
91 2007-09-21  Marek Safar  <marek.safar@gmail.com>
93         * compiler-tester.cs: Mono assembly loading issue has been fixed, switch
94         to app-domain execution only.
96 2007-08-01  Marek Safar  <marek.safar@gmail.com>
98         * compiler-tester.cs: Report invalid tests separately.
100 2006-11-20  Martin Baulig  <martin@ximian.com>
102         * compiler-tester.cs
103         (PositiveChecker.HandleFailure): Use `LogLine ("{0}", extra)'
104         since the error message from the compiler might contain {}.
106 2006-10-06  Marek Safar  <marek.safar@seznam.cz>
108         * compiler-tester.cs: Positive test file can be now DLL.
110 2006-09-27  Marek Safar  <marek.safar@seznam.cz>
112         * compiler-tester.cs: Add a new "//GMCS:" comment for messages
113         different on 2.0 runtime.
114         Add detection of the exactly same error/warning.
116 2006-04-07  Marek Safar  <marek.safar@seznam.cz>
118         * compiler-tester.cs: Prints known issues stats.
120 2006-01-18  Martin Baulig  <martin@ximian.com>
122         * compiler-tester.cs: Added a new "// Dependencies: " magical
123         comment to provide real dependency tracking.
125 2005-11-11  Marek Safar  <marek.safar@seznam.cz>
127         * compiler-tester.cs: Implemented compiler warning map checking.
128         Enabled message ckeck for gmcs.
130 2005-09-27  Marek Safar  <marek.safar@seznam.cz>
132         * compiler-tester.cs (GetCompilerError): Small fix when no error
133         location and text contains ':'.
135 2005-09-22  Raja R Harinath  <rharinath@novell.com>
137         * compiler-tester.cs (TestRunner.ExecFile): New helper carved out
138         of ...
139         (TestRunner.ExecuteFile) [process version]: ... this.
140         (TestRunner.ExecuteFile) [MethodInfo version]: Add new parameter.
141         Fall back to executing the process if the method invocation fails.
142         (TestRunner.Check): Update to changes.
144 2005-09-19  Marek Safar  <marek.safar@seznam.cz>
146         * compiler-tester: Reverted Martin's revert and ignore gmcs error
147         tests for new checks as most of them are not "valid".
149 2005-08-31  Martin Baulig  <martin@ximian.com>
151         * compiler-tester: Reverted Marek's latest changes - they were
152         breaking 231 gmcs tests.
154 2005-06-09  Marek Safar  <marek.safar@seznam.cz>
156         * compiler-tester: Add process test runner to cope with
157         too many files in AppDomain(s).
159 2005-06-06  Raja R Harinath  <harinath@gmail.com>
161         * Makefile (NO_INSTALL): Set.
163 2005-06-06  Raja R Harinath  <rharinath@novell.com>
165         * Makefile: Convert to use executable.make.
166         * compiler-tester.exe.sources: New.
168 2005-06-06  Marek Safar  <marek.safar@seznam.cz>
170         * Initial commit