[Mono-bugs] [Bug 76155][Blo] Changed - BinaryWriter writes bytes on integers in wrong order on Darwin.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Sep 19 22:53:05 EDT 2005


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 nev at delap.com.

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

--- shadow/76155	2005-09-19 20:56:44.000000000 -0400
+++ shadow/76155.tmp.15071	2005-09-19 22:53:05.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: other
 OS Details: Mac OS X 10.4.2. Darwin.
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Blocker
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: Nev at Delap.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -72,6 +72,13 @@
     Assert.AreEqual(bytes[3],  0, "3");
     Assert.AreEqual(bytes[4],  0, "4"); << Darwin fails here.
     Assert.AreEqual(bytes[5],  0, "5");
     Assert.AreEqual(bytes[6],  0, "6");
     Assert.AreEqual(bytes[7],  1, "7");
 }
+
+------- Additional Comments From Nev at Delap.com  2005-09-19 22:53 -------
+We've found that it's doing this deliberately in the Mono source. We 
+don't understand why. I guess you can close the bug.
+
+http://svn.myrealbox.com/viewcvs/trunk/mcs/class/corlib/System.IO/Bin
+aryWriter.cs?rev=46462&view=log


More information about the mono-bugs mailing list