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