[Mono-bugs] [Bug 41297][Min] Changed - unsafe decimal looses its sign

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 15 Apr 2003 13:50:30 -0400 (EDT)


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 gonzalo@ximian.com.

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

--- shadow/41297	Sun Apr 13 12:57:36 2003
+++ shadow/41297.tmp.18046	Tue Apr 15 13:50:29 2003
@@ -1,14 +1,14 @@
 Bug#: 41297
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vi64pa@kolumbus.fi               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -52,6 +52,31 @@
 
 Expected Results:
 -18295873486192640
 
 How often does this happen? 
 allways
+
+------- Additional Comments From gonzalo@ximian.com  2003-04-15 13:50 -------
+I get this output with both MS runtime and mono:
+-----------
+~ $ ./bug41297.exe
+0
+0
+0
+128
+0
+0
+0
+0
+0
+0
+0
+0
+0
+0
+65
+0
+18295873486192640
+-----------------
+
+Have you checked the expected results with MS runtime?