X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2FREADME.tests;h=65bc2a6f9614dd6f8a1941fff8f4dd6d4b0e32e9;hb=a5a541e5501eaae6d41be44461d3cdaba84e7736;hp=2cb8941a54bfbe94a76731202a9649d3f710f111;hpb=550e65d26a0669eb7beb4e60c5a222c7caeb66ff;p=mono.git diff --git a/mcs/tests/README.tests b/mcs/tests/README.tests index 2cb8941a54b..65bc2a6f961 100644 --- a/mcs/tests/README.tests +++ b/mcs/tests/README.tests @@ -48,7 +48,7 @@ Test cases listed by Category: * Attributes - test-157.cs test-158.cs test-177.cs test-230.cs + test-157.cs test-158.cs test-177.cs test-230.cs test-238.cs test-239.cs test-240.cs * Arrays and array creation @@ -472,6 +472,12 @@ test-237.cs: Test for bug #56442. Verify that delegate invocation and normal method invocation act the same when the 'params' keyword is used. +test-290.cs: +----------- +Test for bug reported in + + http://lists.ximian.com/archives/public/mono-devel-list/2004-September/007777.html + verify-1.cs ----------- Test whether we do not jump out of the method in a Try/Finally block. @@ -578,3 +584,14 @@ Method group conversions for C# 2.0 2test-6.cs ---------- Test iterators using foreach where you have to load the address of a struct + +2test-15.cs +----------- +Partial type with a destructor. + +pu-ip.cs, pu-pi.cs, pi.cs, pu.cs +-------------------------------- +Test that the order for internal/public in external assemblies does not +affect the outcome of a build. Also checks that multiple `entry points' +can be declared in a library. (eg, that it is not confused by two Main +methods).