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