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=80076 --- shadow/80076 2006-11-28 18:13:14.000000000 -0500 +++ shadow/80076.tmp.20918 2006-11-28 18:28:52.000000000 -0500 @@ -135,6 +135,64 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-11-28 18:13 ------- Not sure what that unit test report was for. The unit tests I've added for this issue went into SVN head (mcs/class/corlib/Test/System.Collections/CaseInsensitiveComparerTest .cs). These are marked NotWorking until the patch is approved. + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-28 18:28 ------- +Using my build (I need some space on my HD to checkout all the SVN, +I'll have it in some days) which just patches that file, I get now: + + +Unhandled Exception: +System.Runtime.Serialization.SerializationException: Field "m_name" +not found in class System.Globalization.CompareInfo +at +System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadTypeMetadata +(System.IO.BinaryReader,bool,bool) <0x0074c> +at +System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObjectInstance +(System.IO.BinaryReader,bool,bool,long&,object&,System.Runtime.Serialization.SerializationInfo&) +<0x0005f> +at +System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObject +(System.Runtime.Serialization.Formatters.Binary.BinaryElement,System.IO.BinaryReader,long&,object&,System.Runtime.Serialization.SerializationInfo&) +<0x000e3> +at +System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadNextObject +(System.IO.BinaryReader) <0x00081> +at +System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObjectGraph +(System.IO.BinaryReader,bool,object&,System.Runtime.Remoting.Messaging.Header[]&) +<0x000ec> +at +System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.NoCheckDeserialize +(System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler) +<0x00169> +at +System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.UnsafeDeserialize +(System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler) +<0x00024>at PaintDotNet.Document.FromStream (System.IO.Stream) <0x00451> +at Gimp.Pdn.Pdn.Load (string) <0x0018e> +at Gimp.FilePlugin.Run (string,Gimp.ParamDefList,Gimp.ParamDefList&) +<0x001fa> +at Gimp.Plugin.Run (string,int,intptr,int&,intptr&) <0x000b6> +at (wrapper native-to-managed) Gimp.Plugin.Run +(intptr,int,intptr,int&,intptr&) <0x00092> +in (unmanaged) 0x2aaaac7a0ca1 +at (wrapper managed-to-native) Gimp.Plugin.gimp_main +(Gimp.Plugin/GimpPlugInInfo&,int,string[]) <0x00012> +at Gimp.Plugin..ctor (string[],string) <0x001c0> +at Gimp.FilePlugin..ctor (string[],string) <0x00024> +at Gimp.Pdn.Pdn..ctor (string[]) <0x00024> +at Gimp.Pdn.Pdn.Main (string[]) <0x00026> + +May I help you in some way (if you need my help to code some part, I +can do it even if I've not experience in Mono internal mechanisms)? + +About the unit tests, I've launched it from $MONO_DIR/mono/test and +running "make test" as reported on Mono web-site; is there another +procedure to follow ? + + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
