2008-11-05 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / tools / compiler-tester / ChangeLog
1 2008-11-05  Marek Safar  <marek.safar@gmail.com>
2
3         * compiler-tester.cs: Better -warnaserror detection.
4
5 2008-10-01  Marek Safar  <marek.safar@gmail.com>
6
7         * compiler-tester.cs: Fixed broken value type test.
8
9 2008-09-10  Marek Safar  <marek.safar@gmail.com>
10
11         * compiler-tester.cs: Add non-varags LogLine overload.
12
13 2008-07-28  Marek Safar  <marek.safar@gmail.com>
14
15         * compiler-tester.cs: Removed ExecuteFile.
16
17 2008-07-24  Marek Safar  <marek.safar@gmail.com>
18
19         * compiler-tester.cs: Always exercise symbol writer.
20
21 2008-07-29  Martin Baulig  <martin@ximian.com>
22
23         * compiler-tester.cs: Added `-compiler-options' command line
24         argument to specify global compiler options in addition to the
25         ones which are read from the test cases.
26
27 2008-04-22  Marek Safar  <marek.safar@gmail.com>
28
29         * compiler-tester.cs: Print test name when IL reduction is detected.
30
31 2008-04-07  Marek Safar  <marek.safar@gmail.com>
32
33         * compiler-tester.cs: Don't report IL reduction as regression.
34
35 2008-03-14  Marek Safar  <marek.safar@gmail.com>
36
37         * compiler-tester.cs: Handle new tests correctly.
38
39 2008-03-14  Marek Safar  <marek.safar@gmail.com>
40
41         * compiler-tester.cs: Replaced XmlTextWriter and XmlTextReader with
42         XmlWriter and XmlReader.
43
44 2008-03-14  Marek Safar  <marek.safar@gmail.com>
45
46         * compiler-tester.cs: Added IL regression support.
47
48 2008-03-13  Marek Safar  <marek.safar@gmail.com>
49
50         * compiler-tester.cs: Refactored to support verbose mode.
51         
52 2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
53
54         * Makefile ($(dir $(PROGRAM))/.stamp): New.
55
56 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
57
58         * Makefile [PROFILE=net_2_1]: Copy file from net_2_1_raw profile.
59         * compiler-tester.cs: Work better with 'net_2_1' profiles.
60
61 2007-11-28  Raja R Harinath  <harinath@gmail.com>
62
63         * compiler-tester.cs: Work better with the 'net_2_1' profile.
64         * xmldocdiff.cs: Disable in the 'net_2_1' profile.
65
66 2007-11-06  Marek Safar  <marek.safar@gmail.com>
67
68         * compiler-tester.cs: Made the test output less verbose.
69         
70 2007-09-21  Marek Safar  <marek.safar@gmail.com>
71
72         * compiler-tester.cs: Mono assembly loading issue has been fixed, switch
73         to app-domain execution only.
74
75 2007-08-01  Marek Safar  <marek.safar@gmail.com>
76
77         * compiler-tester.cs: Report invalid tests separately.
78
79 2006-11-20  Martin Baulig  <martin@ximian.com>
80
81         * compiler-tester.cs
82         (PositiveChecker.HandleFailure): Use `LogLine ("{0}", extra)'
83         since the error message from the compiler might contain {}.
84
85 2006-10-06  Marek Safar  <marek.safar@seznam.cz>
86
87         * compiler-tester.cs: Positive test file can be now DLL.
88
89 2006-09-27  Marek Safar  <marek.safar@seznam.cz>
90
91         * compiler-tester.cs: Add a new "//GMCS:" comment for messages
92         different on 2.0 runtime.
93         Add detection of the exactly same error/warning.
94
95 2006-04-07  Marek Safar  <marek.safar@seznam.cz>
96
97         * compiler-tester.cs: Prints known issues stats.
98
99 2006-01-18  Martin Baulig  <martin@ximian.com>
100
101         * compiler-tester.cs: Added a new "// Dependencies: " magical
102         comment to provide real dependency tracking.
103
104 2005-11-11  Marek Safar  <marek.safar@seznam.cz>
105
106         * compiler-tester.cs: Implemented compiler warning map checking.
107         Enabled message ckeck for gmcs.
108
109 2005-09-27  Marek Safar  <marek.safar@seznam.cz>
110
111         * compiler-tester.cs (GetCompilerError): Small fix when no error
112         location and text contains ':'.
113
114 2005-09-22  Raja R Harinath  <rharinath@novell.com>
115
116         * compiler-tester.cs (TestRunner.ExecFile): New helper carved out
117         of ...
118         (TestRunner.ExecuteFile) [process version]: ... this.
119         (TestRunner.ExecuteFile) [MethodInfo version]: Add new parameter.
120         Fall back to executing the process if the method invocation fails.
121         (TestRunner.Check): Update to changes.
122
123 2005-09-19  Marek Safar  <marek.safar@seznam.cz>
124
125         * compiler-tester: Reverted Martin's revert and ignore gmcs error
126         tests for new checks as most of them are not "valid".
127
128 2005-08-31  Martin Baulig  <martin@ximian.com>
129
130         * compiler-tester: Reverted Marek's latest changes - they were
131         breaking 231 gmcs tests.
132
133 2005-06-09  Marek Safar  <marek.safar@seznam.cz>
134
135         * compiler-tester: Add process test runner to cope with
136         too many files in AppDomain(s).
137
138 2005-06-06  Raja R Harinath  <harinath@gmail.com>
139
140         * Makefile (NO_INSTALL): Set.
141
142 2005-06-06  Raja R Harinath  <rharinath@novell.com>
143
144         * Makefile: Convert to use executable.make.
145         * compiler-tester.exe.sources: New.
146
147 2005-06-06  Marek Safar  <marek.safar@seznam.cz>
148
149         * Initial commit
150