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 [EMAIL PROTECTED]

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

--- shadow/80675        2007-01-30 13:21:39.000000000 -0500
+++ shadow/80675.tmp.15684      2007-01-30 13:34:23.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 80675
 Product: Mono: Class Libraries
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
@@ -24,6 +24,24 @@
 1/1/1601 12:00:00 AM
 >>> DateTime.MinValue
 1/1/0001 12:00:00 AM
 
 I believe that second line should throw an IOException, based on the docs:
 
http://msdn2.microsoft.com/en-us/library/system.io.directory.getlastwritetime(VS.71).aspx
+
+------- Additional Comments From [EMAIL PROTECTED]  2007-01-30 13:34 -------
+I just wrote a test app for this.  It differs between the 1.x profile
+and 2.0:
+
[EMAIL PROTECTED] ~/svn/beagle]$ mcs -debug test-times.cs
[EMAIL PROTECTED] ~/svn/beagle]$ mono test-times.exe
+/bin: 1/5/2007 5:27:21 PM
+/ajwioef: IOException
+MinValue: 1/1/0001 12:00:00 AM
+
[EMAIL PROTECTED] ~/svn/beagle]$ gmcs -debug test-times.cs
[EMAIL PROTECTED] ~/svn/beagle]$ mono test-times.exe
+/bin: 1/5/2007 5:27:21 PM
+/ajwioef: 1/1/1601 12:00:00 AM
+MinValue: 1/1/0001 12:00:00 AM
+
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to