X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fcompiler-tester%2FChangeLog;h=93c5bef242ce40d1fdea79936d14925ff0023415;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=aec185e96c9ad9244a3d0725074b14f3534ff46b;hpb=5bbfa8860b090e465a3aa45edeb9c94481ef1a22;p=mono.git diff --git a/mcs/tools/compiler-tester/ChangeLog b/mcs/tools/compiler-tester/ChangeLog index aec185e96c9..93c5bef242c 100644 --- a/mcs/tools/compiler-tester/ChangeLog +++ b/mcs/tools/compiler-tester/ChangeLog @@ -1,3 +1,112 @@ +2009-11-05 Marek Safar + + * compiler-tester.cs: Add predefined negative file masks. + +2009-09-20 Sebastien Pouliot + + * compiler-tester.cs: Define out some parts for NET_2_1 since + they are not part of Silverlight 2 public API + +2009-07-29 Marek Safar + + * compiler-tester.cs: Add predefined file masks. + +2009-06-02 Marek Safar + + * compiler-tester.cs: Add "safe-execution" options. + +2009-02-19 Marek Safar + + * compiler-tester.cs: More verbosity needed for runtime crashes. + +2008-11-05 Marek Safar + + * compiler-tester.cs: Better -warnaserror detection. + +2008-10-01 Marek Safar + + * compiler-tester.cs: Fixed broken value type test. + +2008-09-10 Marek Safar + + * compiler-tester.cs: Add non-varags LogLine overload. + +2008-07-28 Marek Safar + + * compiler-tester.cs: Removed ExecuteFile. + +2008-07-24 Marek Safar + + * compiler-tester.cs: Always exercise symbol writer. + +2008-07-29 Martin Baulig + + * compiler-tester.cs: Added `-compiler-options' command line + argument to specify global compiler options in addition to the + ones which are read from the test cases. + +2008-04-22 Marek Safar + + * compiler-tester.cs: Print test name when IL reduction is detected. + +2008-04-07 Marek Safar + + * compiler-tester.cs: Don't report IL reduction as regression. + +2008-03-14 Marek Safar + + * compiler-tester.cs: Handle new tests correctly. + +2008-03-14 Marek Safar + + * compiler-tester.cs: Replaced XmlTextWriter and XmlTextReader with + XmlWriter and XmlReader. + +2008-03-14 Marek Safar + + * compiler-tester.cs: Added IL regression support. + +2008-03-13 Marek Safar + + * compiler-tester.cs: Refactored to support verbose mode. + +2008-02-18 Raja R Harinath + + * Makefile ($(dir $(PROGRAM))/.stamp): New. + +2008-02-17 Raja R Harinath + + * Makefile [PROFILE=net_2_1]: Copy file from net_2_1_raw profile. + * compiler-tester.cs: Work better with 'net_2_1' profiles. + +2007-11-28 Raja R Harinath + + * compiler-tester.cs: Work better with the 'net_2_1' profile. + * xmldocdiff.cs: Disable in the 'net_2_1' profile. + +2007-11-06 Marek Safar + + * compiler-tester.cs: Made the test output less verbose. + +2007-09-21 Marek Safar + + * compiler-tester.cs: Mono assembly loading issue has been fixed, switch + to app-domain execution only. + +2007-08-01 Marek Safar + + * compiler-tester.cs: Report invalid tests separately. + +2006-11-20 Martin Baulig + + * compiler-tester.cs + (PositiveChecker.HandleFailure): Use `LogLine ("{0}", extra)' + since the error message from the compiler might contain {}. + +2006-10-06 Marek Safar + + * compiler-tester.cs: Positive test file can be now DLL. + 2006-09-27 Marek Safar * compiler-tester.cs: Add a new "//GMCS:" comment for messages