Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-20Fix the messages, I was getting sick of themMiguel de Icaza
svn path=/trunk/mcs/; revision=39200
2005-01-11* Makefile (all-local): Add CS0118-2-lib.dll.Raja R Harinath
(run-mcs-tests, runt-generics-tests): Don't pipe through tee. It loses exit code of do-tests.pl. * do-tests.pl (PROFILELOG): New. Copy all output to this file too. * cs0234-2.cs: Bug #52697. * cs0234-3.cs: Bug #57200. * cs0118-2.cs, CS0118-2-lib.cs: Bug #67520. * cs0538-2.cs: Remove bogus test. svn path=/trunk/mcs/; revision=38687
2004-12-17* Makefile (run-mcs-tests, run-generics.tests): Don't removeRaja R Harinath
*.junk here. (clean-local): Remove them here. * do-tests.pl: Fix some perl warnings. svn path=/trunk/mcs/; revision=37881
2004-10-22 * do-tests.pl: Make robust to being invoked in parallel forRaja R Harinath
multiple profiles. * Makefile: Clean any generated files. svn path=/trunk/mcs/; revision=35219
2004-10-052004-10-04 John Luke <john.luke@gmail.com>John Luke
* cs8205.cs: remove, same as cs1624 * cs8206.cs: fix yield syntax, and add line number, now passes * cs8207.cs: remove, same as cs1623 * cs8208.cs: remove, same as cs1625 * cs8209.cs: remove, same as cs1631 svn path=/trunk/mcs/; revision=34695
2004-09-21Print 'IGNORED' when a test is ignored.Raja R Harinath
svn path=/trunk/mcs/; revision=34155
2004-09-112004-09-10 Marek Safar <marek.safar@seznam.cz>Marek Safar
* do-test.pl: Make report readable (I was really confuse). Fixed bug on my machine CR+LF in *-expect-* files. svn path=/trunk/mcs/; revision=33731
2004-09-03Attach $profile to log file name to make clearRaja R Harinath
which profile caused the error. svn path=/trunk/mcs/; revision=33271
2004-08-272004-08-27 Martin Baulig <martin@ximian.com>Martin Baulig
* gmcs-ignore-tests: New file. This file lists tests which should not be run at all because they make the compiler hang. * gmcs-expect-no-error, gmcs-expect-wrong-error: Updated. * generics-expect-no-error: Updated. svn path=/trunk/mcs/; revision=32936
2004-08-272004-08-27 Martin Baulig <martin@ximian.com>Martin Baulig
* Makefile (run-gmcs-tests): New target to run the cs*.cs tests with gmcs. (run-generics-tests): New target to run the gcs*.cs tests. (run-tests-local): Run run-mcs-tests, run-gmcs-tests and run-generics-tests. * do-tests.pl: Don't return an error value if more tests pass than expected. * mcs-expect-no-error, mcs-expect-wrong-error: Updated to the current situation, ie. make all the tests pass. * gmcs-expect-no-error, gmcs-expect-wrong-error: New files. * generics-expect-wrong-error: Formerly known as gmcs-expect-wrong-error. svn path=/trunk/mcs/; revision=32933
2004-08-272004-08-27 Martin Baulig <martin@ximian.com>Martin Baulig
* do-tests.pl: Deal with compiler crashes. * mcs-expect-no-error, mcs-expect-wrong-error: Updated. svn path=/trunk/mcs/; revision=32904
2004-06-102004-06-10 Marek Safar <marek.safar@seznam.cz>Marek Safar
* do-test.pl: --expect-error must be at the first place (mcs parses options by order). svn path=/trunk/mcs/; revision=29184
2004-06-102004-06-10 Marek Safar <marek.safar@seznam.cz>Marek Safar
* do-test.pl: Added simple error logging. * Makefile (clean): Remove .dll & .log files svn path=/trunk/mcs/; revision=29181
2004-05-10Add back lost 'chomp'.Raja R Harinath
svn path=/trunk/mcs/; revision=27013
2004-05-07Simplify sed expression.Raja R Harinath
svn path=/trunk/mcs/; revision=26898
2004-03-262004-03-26 Ben Maurer <bmaurer@users.sourceforge.net>Ben Maurer
* do-tests.pl: i think this fixes the problem with tests that have comp options alway passing * mcs-expect*: update for above. svn path=/trunk/mcs/; revision=24642
2004-03-252004-03-24 Ben Maurer <bmaurer@users.sourceforge.net>Ben Maurer
* Makefile, do-tests.pl: A new system for testing. * mcs-expect-no-errors, mcs-expect-wrong-error: a list of tests that we fail on. * CONTRIBUTORS_README: update docs. svn path=/trunk/mcs/; revision=24562