[Mono-bugs] [Bug 30951][Nor] New - unable to box 64bit enums

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
22 Sep 2002 16:09:46 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=30951

--- shadow/30951	Sun Sep 22 12:09:46 2002
+++ shadow/30951.tmp.23631	Sun Sep 22 12:09:46 2002
@@ -0,0 +1,24 @@
+Bug#: 30951
+Product: Mono/Runtime
+Version: unspecified
+OS: Debian Woody
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vargaz@freemail.hu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: unable to box 64bit enums
+
+When running the attached testcase, the JIT stops with an 'tree does not
+match' error, while mint prints a big number instead of 'a'. The MS VM works
+fine.
+The problem seems to be the 'box SomeInt64Enum' IL opcode. 
+This bug prevents the corelib tests from being run on linux, since it
+crashes in EnumTests.TestToString.