Author: kumpera
Date: 2008-01-30 16:59:36 -0500 (Wed, 30 Jan 2008)
New Revision: 94424
Modified:
trunk/mono/mono/tests/verifier/ChangeLog
trunk/mono/mono/tests/verifier/make_tests.sh
Log:
2008-01-30 Rodrigo Kumpera <[EMAIL PROTECTED]>
* make_tests.sh: Removed some invalid tests for nesting access
as they where trying to call non final virtual methods without using
the 'this' pointer.
Modified: trunk/mono/mono/tests/verifier/ChangeLog
===================================================================
--- trunk/mono/mono/tests/verifier/ChangeLog 2008-01-30 21:35:40 UTC (rev
94423)
+++ trunk/mono/mono/tests/verifier/ChangeLog 2008-01-30 21:59:36 UTC (rev
94424)
@@ -26,6 +26,12 @@
* make_tests.sh: added tests for ovf math with floats.
+2008-01-30 Rodrigo Kumpera <[EMAIL PROTECTED]>
+
+ * make_tests.sh: Removed some invalid tests for nesting access
+ as they where trying to call non final virtual methods without using
+ the 'this' pointer.
+
2008-01-17 Rodrigo Kumpera <[EMAIL PROTECTED]>
* make_localloc_test.sh: test generator for localloc.
Modified: trunk/mono/mono/tests/verifier/make_tests.sh
===================================================================
--- trunk/mono/mono/tests/verifier/make_tests.sh 2008-01-30 21:35:40 UTC
(rev 94423)
+++ trunk/mono/mono/tests/verifier/make_tests.sh 2008-01-30 21:59:36 UTC
(rev 94424)
@@ -1916,7 +1916,7 @@
I=1
-for OP in "callvirt instance int32 class Root\/Nested::Target()" "call
instance int32 class Root\/Nested::Target()" "ldc.i4.0\n\t\tstfld int32
Root\/Nested::fld\n\t\tldc.i4.0" "ldfld int32 Root\/Nested::fld" "ldflda int32
Root\/Nested::fld"
+for OP in "callvirt instance int32 class Root\/Nested::Target()"
"ldc.i4.0\n\t\tstfld int32 Root\/Nested::fld\n\t\tldc.i4.0" "ldfld int32
Root\/Nested::fld" "ldflda int32 Root\/Nested::fld"
do
create_nesting_test_same_result 1 valid public assembly assembly
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches