93c5bef242ce40d1fdea79936d14925ff0023415
[mono.git] / mcs / tools / compiler-tester / ChangeLog
1 2009-11-05  Marek Safar  <marek.safar@gmail.com>
2
3         * compiler-tester.cs: Add predefined negative file masks.
4
5 2009-09-20  Sebastien Pouliot  <sebastien@ximian.com>
6
7         * compiler-tester.cs: Define out some parts for NET_2_1 since
8         they are not part of Silverlight 2 public API
9
10 2009-07-29  Marek Safar  <marek.safar@gmail.com>
11
12         * compiler-tester.cs: Add predefined file masks.
13
14 2009-06-02  Marek Safar  <marek.safar@gmail.com>
15
16         * compiler-tester.cs: Add "safe-execution" options.
17
18 2009-02-19  Marek Safar  <marek.safar@gmail.com>
19
20         * compiler-tester.cs: More verbosity needed for runtime crashes.
21
22 2008-11-05  Marek Safar  <marek.safar@gmail.com>
23
24         * compiler-tester.cs: Better -warnaserror detection.
25
26 2008-10-01  Marek Safar  <marek.safar@gmail.com>
27
28         * compiler-tester.cs: Fixed broken value type test.
29
30 2008-09-10  Marek Safar  <marek.safar@gmail.com>
31
32         * compiler-tester.cs: Add non-varags LogLine overload.
33
34 2008-07-28  Marek Safar  <marek.safar@gmail.com>
35
36         * compiler-tester.cs: Removed ExecuteFile.
37
38 2008-07-24  Marek Safar  <marek.safar@gmail.com>
39
40         * compiler-tester.cs: Always exercise symbol writer.
41
42 2008-07-29  Martin Baulig  <martin@ximian.com>
43
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.
47
48 2008-04-22  Marek Safar  <marek.safar@gmail.com>
49
50         * compiler-tester.cs: Print test name when IL reduction is detected.
51
52 2008-04-07  Marek Safar  <marek.safar@gmail.com>
53
54         * compiler-tester.cs: Don't report IL reduction as regression.
55
56 2008-03-14  Marek Safar  <marek.safar@gmail.com>
57
58         * compiler-tester.cs: Handle new tests correctly.
59
60 2008-03-14  Marek Safar  <marek.safar@gmail.com>
61
62         * compiler-tester.cs: Replaced XmlTextWriter and XmlTextReader with
63         XmlWriter and XmlReader.
64
65 2008-03-14  Marek Safar  <marek.safar@gmail.com>
66
67         * compiler-tester.cs: Added IL regression support.
68
69 2008-03-13  Marek Safar  <marek.safar@gmail.com>
70
71         * compiler-tester.cs: Refactored to support verbose mode.
72         
73 2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
74
75         * Makefile ($(dir $(PROGRAM))/.stamp): New.
76
77 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
78
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.
81
82 2007-11-28  Raja R Harinath  <harinath@gmail.com>
83
84         * compiler-tester.cs: Work better with the 'net_2_1' profile.
85         * xmldocdiff.cs: Disable in the 'net_2_1' profile.
86
87 2007-11-06  Marek Safar  <marek.safar@gmail.com>
88
89         * compiler-tester.cs: Made the test output less verbose.
90         
91 2007-09-21  Marek Safar  <marek.safar@gmail.com>
92
93         * compiler-tester.cs: Mono assembly loading issue has been fixed, switch
94         to app-domain execution only.
95
96 2007-08-01  Marek Safar  <marek.safar@gmail.com>
97
98         * compiler-tester.cs: Report invalid tests separately.
99
100 2006-11-20  Martin Baulig  <martin@ximian.com>
101
102         * compiler-tester.cs
103         (PositiveChecker.HandleFailure): Use `LogLine ("{0}", extra)'
104         since the error message from the compiler might contain {}.
105
106 2006-10-06  Marek Safar  <marek.safar@seznam.cz>
107
108         * compiler-tester.cs: Positive test file can be now DLL.
109
110 2006-09-27  Marek Safar  <marek.safar@seznam.cz>
111
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.
115
116 2006-04-07  Marek Safar  <marek.safar@seznam.cz>
117
118         * compiler-tester.cs: Prints known issues stats.
119
120 2006-01-18  Martin Baulig  <martin@ximian.com>
121
122         * compiler-tester.cs: Added a new "// Dependencies: " magical
123         comment to provide real dependency tracking.
124
125 2005-11-11  Marek Safar  <marek.safar@seznam.cz>
126
127         * compiler-tester.cs: Implemented compiler warning map checking.
128         Enabled message ckeck for gmcs.
129
130 2005-09-27  Marek Safar  <marek.safar@seznam.cz>
131
132         * compiler-tester.cs (GetCompilerError): Small fix when no error
133         location and text contains ':'.
134
135 2005-09-22  Raja R Harinath  <rharinath@novell.com>
136
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.
143
144 2005-09-19  Marek Safar  <marek.safar@seznam.cz>
145
146         * compiler-tester: Reverted Martin's revert and ignore gmcs error
147         tests for new checks as most of them are not "valid".
148
149 2005-08-31  Martin Baulig  <martin@ximian.com>
150
151         * compiler-tester: Reverted Marek's latest changes - they were
152         breaking 231 gmcs tests.
153
154 2005-06-09  Marek Safar  <marek.safar@seznam.cz>
155
156         * compiler-tester: Add process test runner to cope with
157         too many files in AppDomain(s).
158
159 2005-06-06  Raja R Harinath  <harinath@gmail.com>
160
161         * Makefile (NO_INSTALL): Set.
162
163 2005-06-06  Raja R Harinath  <rharinath@novell.com>
164
165         * Makefile: Convert to use executable.make.
166         * compiler-tester.exe.sources: New.
167
168 2005-06-06  Marek Safar  <marek.safar@seznam.cz>
169
170         * Initial commit
171