2007-08-01 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / tools / compiler-tester / ChangeLog
1 2007-08-01  Marek Safar  <marek.safar@gmail.com>
2
3         * compiler-tester.cs: Report invalid tests separately.
4
5 2006-11-20  Martin Baulig  <martin@ximian.com>
6
7         * compiler-tester.cs
8         (PositiveChecker.HandleFailure): Use `LogLine ("{0}", extra)'
9         since the error message from the compiler might contain {}.
10
11 2006-10-06  Marek Safar  <marek.safar@seznam.cz>
12
13         * compiler-tester.cs: Positive test file can be now DLL.
14
15 2006-09-27  Marek Safar  <marek.safar@seznam.cz>
16
17         * compiler-tester.cs: Add a new "//GMCS:" comment for messages
18         different on 2.0 runtime.
19         Add detection of the exactly same error/warning.
20
21 2006-04-07  Marek Safar  <marek.safar@seznam.cz>
22
23         * compiler-tester.cs: Prints known issues stats.
24
25 2006-01-18  Martin Baulig  <martin@ximian.com>
26
27         * compiler-tester.cs: Added a new "// Dependencies: " magical
28         comment to provide real dependency tracking.
29
30 2005-11-11  Marek Safar  <marek.safar@seznam.cz>
31
32         * compiler-tester.cs: Implemented compiler warning map checking.
33         Enabled message ckeck for gmcs.
34
35 2005-09-27  Marek Safar  <marek.safar@seznam.cz>
36
37         * compiler-tester.cs (GetCompilerError): Small fix when no error
38         location and text contains ':'.
39
40 2005-09-22  Raja R Harinath  <rharinath@novell.com>
41
42         * compiler-tester.cs (TestRunner.ExecFile): New helper carved out
43         of ...
44         (TestRunner.ExecuteFile) [process version]: ... this.
45         (TestRunner.ExecuteFile) [MethodInfo version]: Add new parameter.
46         Fall back to executing the process if the method invocation fails.
47         (TestRunner.Check): Update to changes.
48
49 2005-09-19  Marek Safar  <marek.safar@seznam.cz>
50
51         * compiler-tester: Reverted Martin's revert and ignore gmcs error
52         tests for new checks as most of them are not "valid".
53
54 2005-08-31  Martin Baulig  <martin@ximian.com>
55
56         * compiler-tester: Reverted Marek's latest changes - they were
57         breaking 231 gmcs tests.
58
59 2005-06-09  Marek Safar  <marek.safar@seznam.cz>
60
61         * compiler-tester: Add process test runner to cope with
62         too many files in AppDomain(s).
63
64 2005-06-06  Raja R Harinath  <harinath@gmail.com>
65
66         * Makefile (NO_INSTALL): Set.
67
68 2005-06-06  Raja R Harinath  <rharinath@novell.com>
69
70         * Makefile: Convert to use executable.make.
71         * compiler-tester.exe.sources: New.
72
73 2005-06-06  Marek Safar  <marek.safar@seznam.cz>
74
75         * Initial commit
76