[Mono-bugs] [Bug 38674][Nor] Changed - TimeSpan.MinValue.Negate () does not throw

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 1 Apr 2003 18:01:03 -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 miguel@ximian.com.

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

--- shadow/38674	Thu Mar  6 08:02:33 2003
+++ shadow/38674.tmp.30900	Tue Apr  1 18:01:03 2003
@@ -60,6 +60,10 @@
 ------- Additional Comments From ndrochak@gol.com  2003-03-06 08:02 -------
 Patching TimeSpan.cs to "work around" this potential mcs or runtime
 bug, not sure which.  We need the error message in the exception anyway.
 
 Leaving open but moving it to mcs to have someone look at it.  There
 was a bug in mcs ith checked byte values before, wasn't there?
+
+------- Additional Comments From miguel@ximian.com  2003-04-01 18:01 -------
+I tried running the program with mcs, and it does thrown an exception.
+ What was the MCS bug?