[Mono-bugs] [Bug 59296][Nor] Changed - long mul.ovf doesn't always works

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Jan 2005 15:06:05 -0500 (EST)


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

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

--- shadow/59296	2005-01-14 22:13:35.000000000 -0500
+++ shadow/59296.tmp.30073	2005-01-18 15:06:05.000000000 -0500
@@ -104,6 +104,32 @@
 
 I tested on PPC which does handle some of these things differently (as shown by other 
 conv jit-icalls)
 
 -kangaroo
 
+
+------- Additional Comments From sebastien@ximian.com  2005-01-18 15:06 -------
+I checked on x86 and both
+cd mono/mono/mini; make rcheck
+cd mono/mono/tests; make testjit
+passed without regressions.
+
+I also fix the Int64 unit tests in corlib - and didn't seems to
+introduce new ones.
+
+poupou@pollux:~/svn/mcs/class/corlib>
+MONO_PATH="../../class/lib/default::$MONO_PATH" mono  --debug
+../../class/lib/default/nunit-console.exe corlib_test_default.dll
+/fixture=MonoTests.System.Int64Test
+NUnit version 2.2.0
+Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A.
+Vorontsov, Charlie Poole.
+Copyright (C) 2000-2003 Philip Craig.
+All Rights Reserved.
+ 
+OS Version: Unix 2.6.8.717    Mono Version: 1.1.4322.573
+ 
+..................
+ 
+Tests run: 18, Failures: 0, Not run: 0, Time: 0.36661 seconds
+