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