[Mono-dev] Patch status

Miguel de Icaza miguel at novell.com
Fri Mar 16 14:39:05 EDT 2007


Hello Lionel,

    I had to revert your patch for DateTime, as we are getting a
regression on the test suite, see:

http://mono.ximian.com/monobuild/builds/HEAD/redhat-9-i386/mono/74470/logs/test-profiles.log

    The actual error is:

Failures:
1) SoapShared.InternalSoapValuesTest.WriteReadData : System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
  ----> System.Runtime.Serialization.SerializationException : Unknown ticks field type in a DateTime serialized with .NET or Mono for the version 2.x
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00065] in /tmp/scratch/BUILD/mono-74470/mcs/class/corlib/System.Reflection/MonoMethod.cs:379 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /tmp/scratch/BUILD/mono-74470/mcs/class/corlib/System.Reflection/MethodBase.cs:92 
  at System.Runtime.Serialization.ObjectRecord.LoadData (System.Runtime.Serialization.ObjectManager manager, ISurrogateSelector selector, StreamingContext context) [0x000da] in /tmp/scratch/BUILD/mono-74470/mcs/class/corlib/System.Runtime.Serialization/ObjectManager.cs:578 
  at System.Runtime.Serialization.ObjectManager.DoFixups () [0x00069] in /tmp/scratch/BUILD/mono-74470/mcs/class/corlib/System.Runtime.Serialization/ObjectManager.cs:84 
  at System.Runtime.Serialization.Formatters.Soap.SoapReader.get_TopObject () [0x00000] in /tmp/scratch/BUILD/mono-74470/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap/SoapReader.cs:170 
  at System.Runtime.Serialization.Formatters.Soap.SoapReader.Deserialize (System.IO.Stream inStream, ISoapMessage soapMessage) [0x001e0] in /tmp/scratch/BUILD/mono-74470/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap/SoapReader.cs:151 
  at System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler) [0x00034] in /tmp/scratch/BUILD/mono-74470/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap/SoapFormatter.cs:79 
  at System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Deserialize (System.IO.Stream serializationStream) [0x00000] in /tmp/scratch/BUILD/mono-74470/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap/SoapFormatter.cs:70 
  at SoapShared.InternalSoapValuesTest.Deserialize (System.IO.Stream stream) [0x00000] in /tmp/scratch/BUILD/mono-74470/mcs/class/System.Runtime.Serialization.Formatters.Soap/Test/InternalSoapValuesTest.cs:66 
  at SoapShared.InternalSoapValuesTest.SerializeDeserialize (System.Object obj) [0x00025] in /tmp/scratch/BUILD/mono-74470/mcs/class/System.Runtime.Serialization.Formatters.Soap/Test/InternalSoapValuesTest.cs:55 
  at SoapShared.InternalSoapValuesTest.WriteReadData () [0x000de] in /tmp/scratch/BUILD/mono-74470/mcs/class/System.Runtime.Serialization.Formatters.Soap/Test/InternalSoapValuesTest.cs:43 
  at <0x00000> <unknown method>
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[])
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00056] in /tmp/scratch/BUILD/mono-74470/mcs/class/corlib/System.Reflection/MonoMethod.cs:143 
--TargetInvocationException
  at System.DateTime..ctor (System.Runtime.Serialization.SerializationInfo info, StreamingContext context) [0x00000] 
  at <0x00000> <unknown method>
  at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[])
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00040] in /tmp/scratch/BUILD/mono-74470/mcs/class/corlib/System.Reflection/MonoMethod.cs:373 




More information about the Mono-devel-list mailing list