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