In .:
authorRodrigo Kumpera <kumpera@gmail.com>
Wed, 3 Sep 2008 20:32:53 +0000 (20:32 -0000)
committerRodrigo Kumpera <kumpera@gmail.com>
Wed, 3 Sep 2008 20:32:53 +0000 (20:32 -0000)
2008-09-03 Rodrigo Kumpera <rkumpera@novell.com>

* strict_native_int_converts_to_unamanged_pointer.cs: It turns
out that this test should generate unverifiable code. Big WTF
for me as well.

svn path=/trunk/mono/; revision=112202

1  2 
mono/tests/verifier/ChangeLog
mono/tests/verifier/strict_native_int_converts_to_unamanged_pointer.cs
mono/tests/verifier/unverifiable_native_int_converts_to_unamanged_pointer.cs

index a3bec32f494c165530bed8357e8d3e3910d218d3,a3bec32f494c165530bed8357e8d3e3910d218d3..93ea2a057e9b214711662b56acdd0f9b972ee496
@@@ -1,3 -1,3 +1,9 @@@
++2008-09-03 Rodrigo Kumpera <rkumpera@novell.com>
++
++      * strict_native_int_converts_to_unamanged_pointer.cs: It turns
++      out that this test should generate unverifiable code. Big WTF
++      for me as well. 
++
  2008-07-30 Rodrigo Kumpera <rkumpera@novell.com>
  
        * valid_inflated_generic_constraint_compatible.il:
diff --cc mono/tests/verifier/strict_native_int_converts_to_unamanged_pointer.cs
index c17bca8fb823049f2e69a86d934ce7eda8bfdf97,c17bca8fb823049f2e69a86d934ce7eda8bfdf97..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /dev/null
@@@ -1,9 -1,9 +1,0 @@@
--using System;
--
--class Driver {
--      static int Main ()
--      {
--              IntPtr p = (IntPtr) null;
--              return (int)p;
--      }
--}
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..c17bca8fb823049f2e69a86d934ce7eda8bfdf97
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,9 @@@
++using System;
++
++class Driver {
++      static int Main ()
++      {
++              IntPtr p = (IntPtr) null;
++              return (int)p;
++      }
++}