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