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-06-06dist fixBen Maurer
svn path=/trunk/mcs/; revision=45529
2005-06-06In tools:Raja R Harinath
* Makefile (net_2_0_SUBDIRS): Add 'compiler-tester'. In tools/compiler-tester: * Makefile: Convert to use executable.make. * compiler-tester.exe.sources: New. In errors: * Makefile (run-mcs-tests): Update location of compiler-tester.exe. svn path=/trunk/mcs/; revision=45477
2005-06-062005-06-06 Marek Safar <marek.safar@seznam.cz>Marek Safar
* Makefile: Reflect tester changes. * TestRunner.cs: Moved to tools/compiler-tester. svn path=/trunk/mcs/; revision=45471
2005-05-21fix distBen Maurer
svn path=/trunk/mcs/; revision=44847
2005-05-092005-05-09 Marek Safar <marek.safar@seznam.cz>Marek Safar
* Makefile: Use TestRunner under NET_2_0. svn path=/trunk/mcs/; revision=44252
2005-05-05In mcs:Raja R Harinath
Fix reopened #64812. * typemanager.cs (Closure.Filter): Introduce checks for 'protected internal'. In tests: * test-374.cs: New test based on #64812. In errors: * Makefile (%-lib.dll, %-module.dll): Build during 'make test' or 'make run-test'. * cs0122-14.cs, cs0122-15.cs, CS0122-14-lib.cs, CS0122-15-lib.cs: New tests based on #64812. svn path=/trunk/mcs/; revision=44066
2005-04-25* Makefile (centum_tests): Add Mono.Security andRaja R Harinath
System.Runtime.Remoting. * */Makefile: Replace $(RUNTIME) with $(RUNTIME) $(RUNTIME_FLAGS). * build/config-default.make (RUNTIME): Set to 'false'. Reported by Ben Maurer. * build/profiles/basic.make (MCS): Revert changes below. * build/platforms/linux.make (ILDISASM): Define. * build/platforms/win32.make (ILDIsASM): Likewise. * class/Microsoft.VisualBasic/fixup/Makefile (ILDISASM): Remove. ($(the_il)): Create temporary files in profile directory. svn path=/trunk/mcs/; revision=43545
2005-03-18* Makefile (DISTFILES): Don't distribute TestRunner.exe.Raja R Harinath
svn path=/trunk/mcs/; revision=41988
2005-03-17* Makefile (run-mcs-tests): Disable TestRunner on net_2_0 profile.Raja R Harinath
* TestRunner.cs (Main): Exit with non-zero on regressions. I had BINFMT_MISC that supported executing mono binaries. No wonder it worked for me. svn path=/trunk/mcs/; revision=41931
2005-03-17rename know-issue-* to known-issue-*Raja R Harinath
svn path=/trunk/mcs/; revision=41929
2005-03-17* Makefile (test-local): Depend on TestRunner-$(PROFILE).cs.Raja R Harinath
(run-mcs-tests): Clean up. Use profile specific test runner. * TestRunner.cs (ProcessTester): Redirect stdout too. (Tester.Log, Tester.LogLine): New. Replacements for Console.Write and Console.WriteLine that also log to files. (Tester.Main): Add new command line argument for log file name. Use the name of the compiler to select tests rather than "1". svn path=/trunk/mcs/; revision=41928
2005-03-162005-03-16 Marek Safar <marek.safar@seznam.cz>Marek Safar
* Makefile: Enabled TestRunner for default profile. * know-issues-*: Updated. svn path=/trunk/mcs/; revision=41890
2005-03-16* Makefile (RUNTEST_PL, test-multi-local): Remove, now thatRaja R Harinath
they're no longer used. * runtest.pl: Remove. svn path=/trunk/mcs/; revision=41884
2005-03-15The file 'fail' seems to be gone nowMiguel de Icaza
svn path=/trunk/mcs/; revision=41854
2005-02-23In mcs:Raja R Harinath
2005-02-23 Raja R Harinath <rharinath@novell.com> Abin Thomas <projectmonokochi@rediffmail.com> Anoob V E <projectmonokochi@rediffmail.com> Harilal P R <projectmonokochi@rediffmail.com> Fix #57851, #72718. * class.cs (ConstructorBuilder.Resolve): Make sure that the second MemberLookup (used for error reporting) actually returns a result. Fix error report number (122, not 112). In errors: * cs0122-10.cs, CS0122-10-lib.cs: New tests based on #57851. * Makefile (all-local): Add CS0122-10-lib.dll. * cs0122-11.cs: New test based on #72718. * cs0112-2.cs: Remove erroneous test. Same as cs1501.cs. * mcs-expect-wrong-error (cs1501.cs): Remove. svn path=/trunk/mcs/; revision=41087
2005-02-22* cs0534-3.cs, cs0534-4.cs, CS0534-3-lib.cs, CS0534-4-lib.cs: NewRaja R Harinath
files based on #71134. * Makefile (all-local): Add CS0534-3-lib.dll and CS0534-4-lib.dll. svn path=/trunk/mcs/; revision=41036
2005-01-12* Makefile (DISTFILES): Distribute *.inc, *.pub, and *.response files too.Raja R Harinath
* cs2023.response: Rename from CS2023. * cs2023.cs: Update. svn path=/trunk/mcs/; revision=38776
2005-01-12(DISTFILES): Distribute *.inc files too.Raja R Harinath
svn path=/trunk/mcs/; revision=38775
2005-01-12* Makefile (run-generics-tests): Fix quoting to better work inRaja R Harinath
Windows. Remove some stray code leftover from testing. svn path=/trunk/mcs/; revision=38767
2005-01-12fixGonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=38744
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
2005-01-102005-01-10 Marek Safar <marek.safar@seznam.cz>Marek Safar
* cs0612-2.cs, CS0612-2-lib.cs: Bug #70722. svn path=/trunk/mcs/; revision=38602
2005-01-032005/01/03 Nick Drochak <ndrochak@ieee.org>Nick Drochak
* Makefile: added empty target for run-test-ondotnet so cygwin test run will not abort svn path=/trunk/mcs/; revision=38260
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-12-172004-12-17 Marek Safar <marek.safar@seznam.cz>Marek Safar
* makefile: Removed LOCAL_MCS_FLAGS. Every test should have its own. * cs1621.cs, cs1014.cs, cs1615.cs, cs1609.cs, cs1627.cs, cs1599-2.cs, cs1620.cs, cs0686.cs, cs1534.cs, cs1007.cs, cs1626.cs, cs1599.cs, cs1670.cs, cs1646.cs, cs0683.cs, cs1638.cs, cs0103-2.cs: New error tests. svn path=/trunk/mcs/; revision=37871
2004-12-07Misc. 'make distcheck' fixes.Raja R Harinath
In tools: * Makefile (run-test-ondotnet-local, uninstall-local): New. In tests: * Makefile (DISTFILES): Distribute *.inc files too. (with_mono_path): New. (casts.cs, boot-casts.out, mcs-casts.out): Use it. In jay: * Makefile (uninstall-local): Remove $(prefix)/man/man1/jay.1. In build: * executable.make (uninstall-local): Remove .config file too. * library.make (uninstall-local): Don't error out if GACUTIL fails. In errors: * Makefile (DISTFILES): Add expected error and ignored test lists. svn path=/trunk/mcs/; revision=37308
2004-12-06* Makefile (test-multi-local): Fix compile command.Raja R Harinath
svn path=/trunk/mcs/; revision=37193
2004-12-022004-12-02 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* cs1589.inc : plus one. * Makefile : remove dummy.xml (in case of error test failures) svn path=/trunk/mcs/; revision=36957
2004-11-26In tools/corcompare:Raja R Harinath
* Makefile (PROGRAM_INSTALL_DIR): Change to $(prefix)/lib/mono/$(FRAMEWORK_VERSION). In tools/security: * Makefile (PROGRAM_INSTALL_DIR): Define using $(FRAMEWORK_VERSION). In mcs: * Makefile (PROGRAM_INSTALL_DIR): Remove. In gmcs: * Makefile: Convert to use executable.make. * gmcs.exe.sources: New. In build: * library.make ($(the_lib)): Don't complain if a .mdb file wasn't created (even though it's just a warning). (install-local) [LIBRARY_INSTALL_DIR]: Likewise. (PACKAGE): Remove. (install-local) [!LIBRARY_INSTALL_DIR]: Use $(FRAMEWORK_VERSION). * executable.make ($(PROGRAM)): Likewise. (install-local): Likewise. (PROGRAM_INSTALL_DIR): Define Using $(FRAMEWORK_VERSION). In errors: * Makefile (DISTFILES): Add do-tests.pl. svn path=/trunk/mcs/; revision=36628
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-07* mcs-ignore-tests: Empty.Raja R Harinath
* Makefile (run-mcs-tests): Save log of output to $(TEST_PROFILE).log. (run-generics-tests): Likewise. Report from K Sathyasudha <ksathyasudha@novell.com>. svn path=/trunk/mcs/; revision=34775
2004-10-052004-10-05 John Luke <john.luke@gmail.com>John Luke
* Makefile: add *.mdb to clean target svn path=/trunk/mcs/; revision=34727
2004-09-27Re-apply changes from 2004-09-14.Raja R Harinath
(test-everything): Run tests in both profiles. svn path=/trunk/mcs/; revision=34431
2004-09-142004-09-14 Martin Baulig <martin@ximian.com>Martin Baulig
* Makefile: Put the old Makefile back. svn path=/trunk/mcs/; revision=33888
2004-09-14(MCS) [PROFILE=default]: Force testing of 'mcs'.Raja R Harinath
(test-everything): Remove. (TEST_PROFILE): New. (run-mcs-tests, run-gmcs-tests): Unify using TEST_PROFILE. (run-test-local) [PROFILE=net_2_0]: Run generics tests. svn path=/trunk/mcs/; revision=33858
2004-09-07* cs0571-3.cs, CS0571-3-lib.cs: New tests for #59980.Raja R Harinath
* Makefile: Update list of dlls. svn path=/trunk/mcs/; revision=33484
2004-08-272004-08-27 Martin Baulig <martin@ximian.com>Martin Baulig
* Makefile (test-everything): New target. svn path=/trunk/mcs/; revision=32937
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-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-11* Makefile (run-test-local): Run gmcs and multi tests too.Raja R Harinath
(test-multi-local): Add logging of errors. * runtest.pl: Change $errors and $warnings to keep track of lines on which errors are supposed to occur. svn path=/trunk/mcs/; revision=27068
2004-04-132004-04-13 Marek Safar <marek.safar@seznam.cz>Marek Safar
* cs1618-2.cs, * cs1619-{27-36}.cs, * cs1667.cs, cs1667-2.cs: 13 new error tests. svn path=/trunk/mcs/; revision=25386
2004-03-29Generics ...Martin Baulig
svn path=/trunk/mcs/; revision=24718
2004-03-292004-03-29 Marek Safar <marek.safar@seznam.cz>Marek Safar
* cs0029-3.cs, cs0173-2.cs, cs0619-{2-26}.cs, cs0672.cs: 29 new error tests. svn path=/trunk/mcs/; revision=24715
2004-03-29New tests ...Martin Baulig
svn path=/trunk/mcs/; revision=24707
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
2004-03-162004-03-16 Martin Baulig <martin@ximian.com>Martin Baulig
* Makefile (run-generics-local): New target to run the generics tests. * gmcs0246.cs, gmcs0305.cs, gmcs0305-2.cs, gmcs0308.cs, gmcs0308-2.cs: New tests. svn path=/trunk/mcs/; revision=24143
2004-02-162004-02-16 Marek Safar <marek.safar@seznam.cz>Marek Safar
* cs3001-{7,8}.cs, cs3005-(1-22}.cs, cs3006-{1-6}.cs, cs3012.cs, cs3013.cs New error tests for CLS-compliance. * cs186-2.cs, cs0579-2.cs New error tests. * makefile: Added CS3005-16-lib.cs and CS3013-module.cs as helpers for errors cs3005-16.cs and cs3013.cs. svn path=/trunk/mcs/; revision=23119
2003-11-11Applied patch from Marek Safar <marek.safar@seznam.cz> that adds compiler ↵Miguel de Icaza
options to the source code svn path=/trunk/mcs/; revision=19825
2003-10-18Added uninstall targetGonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=19177