Do you require moonlight? IsolatedStorage is a Silverlight class and you might be able to avoid this error by excluding moonlight in your configure script. The other option is excluding tests in your configure script.
On Thu, Jun 16, 2011 at 9:54 AM, Mark Dixon <[email protected]> wrote: > Hi, > > Does anyone know if there are expected failures for "make test" in mono > 2.8.1, please? I'm getting the following report on RHEL5.6/x86_64, but > cannot find anything about this on the web: > > Tests run: 8960, Failures: 15, Not run: 66, Time: 74.564 seconds > > (list of failed tests appended at bottom of message) > > > I know it's an old version, but I need to install an application that has > been extensively tested against 2.8.1. > > Thanks, > > Mark > -- > ----------------------------------------------------------------- > Mark Dixon Email : [email protected] > HPC/Grid Systems Support Tel (int): 35429 > Information Systems Services Tel (ext): +44(0)113 343 5429 > University of Leeds, LS2 9JT, UK > ----------------------------------------------------------------- > > Tests run: 8960, Failures: 15, Not run: 66, Time: 74.564 seconds > > Test Case Failures: > 1) MonoTests.System.IO.IsolatedStorageTest.IsolatedStorageFileTest.Remove : > System.IO.IsolatedStorage.IsolatedStorageException : Could not remove storage. > at System.IO.IsolatedStorage.IsolatedStorageFile.Remove (IsolatedStorageScope > scope) [0x00020] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.IO.IsolatedStorage/IsolatedStorageFile.cs:277 > at MonoTests.System.IO.IsolatedStorageTest.IsolatedStorageFileTest.Remove () > [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.IO.IsolatedStorage/IsolatedStorageFileTest.cs:606 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > > 2) MonoTests.System.Reflection.AssemblyTest.bug79872 : Complain on loading > a .NET metadata file without an assembly manifest > Expected: True > But was: False > > at MonoTests.System.Reflection.AssemblyTest.bug79872 () [0x0012a] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.Reflection/AssemblyTest.cs:1086 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > > 3) > MonoTests.System.Reflection.Emit.GenericTypeParameterBuilderTest.PropertiesValue > : System.NotImplementedException : The requested feature is not implemented. > at System.Type.get_StructLayoutAttribute () [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System/Type.cs:1586 > at > MonoTests.System.Reflection.Emit.GenericTypeParameterBuilderTest.PropertiesValue > () [0x00109] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.Reflection.Emit/GenericTypeParameterBuilderTest.cs:78 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > > 4) > MonoTests.System.Reflection.Emit.SignatureHelperTest.GetFieldSigHelperNormalModule > : An unexpected exception type was thrown > Expected: System.ArgumentException > but was: System.InvalidCastException : Cannot cast from source type to > destination type. > at System.Reflection.Emit.SignatureHelper.GetFieldSigHelper > (System.Reflection.Module mod) [0x00022] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection.Emit/SignatureHelper.cs:75 > at > MonoTests.System.Reflection.Emit.SignatureHelperTest.GetFieldSigHelperNormalModule > () [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.Reflection.Emit/SignatureHelperTest.cs:40 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > > 5) > MonoTests.System.Reflection.Emit.SignatureHelperTest.GetFieldSigHelperNullModule > : System.NullReferenceException : Object reference not set to an instance of > an object > at System.Reflection.Module.op_Inequality (System.Reflection.Module left, > System.Reflection.Module right) [0x00019] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/Module.cs:319 > at System.Reflection.Emit.SignatureHelper.GetFieldSigHelper > (System.Reflection.Module mod) [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection.Emit/SignatureHelper.cs:72 > at > MonoTests.System.Reflection.Emit.SignatureHelperTest.GetFieldSigHelperNullModule > () [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.Reflection.Emit/SignatureHelperTest.cs:21 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > > 6) > MonoTests.System.Reflection.Emit.SignatureHelperTest.GetLocalVarSigHelperNormalModule > : An unexpected exception type was thrown > Expected: System.ArgumentException > but was: System.InvalidCastException : Cannot cast from source type to > destination type. > at System.Reflection.Emit.SignatureHelper.GetLocalVarSigHelper > (System.Reflection.Module mod) [0x00022] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection.Emit/SignatureHelper.cs:83 > at > MonoTests.System.Reflection.Emit.SignatureHelperTest.GetLocalVarSigHelperNormalModule > () [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.Reflection.Emit/SignatureHelperTest.cs:47 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > > 7) > MonoTests.System.Reflection.Emit.SignatureHelperTest.GetLocalVarSigHelperNullModule > : System.NullReferenceException : Object reference not set to an instance of > an object > at System.Reflection.Module.op_Inequality (System.Reflection.Module left, > System.Reflection.Module right) [0x00019] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/Module.cs:319 > at System.Reflection.Emit.SignatureHelper.GetLocalVarSigHelper > (System.Reflection.Module mod) [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection.Emit/SignatureHelper.cs:80 > at > MonoTests.System.Reflection.Emit.SignatureHelperTest.GetLocalVarSigHelperNullModule > () [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.Reflection.Emit/SignatureHelperTest.cs:27 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > > 8) > MonoTests.System.Reflection.Emit.SignatureHelperTest.GetMethodSigHelperNormalModule > : An unexpected exception type was thrown > Expected: System.ArgumentException > but was: System.InvalidCastException : Cannot cast from source type to > destination type. > at System.Reflection.Emit.SignatureHelper.GetMethodSigHelper > (System.Reflection.Module mod, CallingConventions callingConvention, > CallingConvention unmanagedCallingConvention, System.Type returnType, > System.Type[] parameters) [0x00085] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection.Emit/SignatureHelper.cs:396 > at System.Reflection.Emit.SignatureHelper.GetMethodSigHelper > (System.Reflection.Module mod, CallingConventions callingConvention, > System.Type returnType) [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection.Emit/SignatureHelper.cs:103 > at > MonoTests.System.Reflection.Emit.SignatureHelperTest.GetMethodSigHelperNormalModule > () [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.Reflection.Emit/SignatureHelperTest.cs:54 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > > 9) > MonoTests.System.Reflection.Emit.SignatureHelperTest.GetMethodSigHelperNullModule > : System.NullReferenceException : Object reference not set to an instance of > an object > at System.Reflection.Module.op_Inequality (System.Reflection.Module left, > System.Reflection.Module right) [0x00019] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/Module.cs:319 > at System.Reflection.Emit.SignatureHelper.GetMethodSigHelper > (System.Reflection.Module mod, CallingConventions callingConvention, > CallingConvention unmanagedCallingConvention, System.Type returnType, > System.Type[] parameters) [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection.Emit/SignatureHelper.cs:381 > at System.Reflection.Emit.SignatureHelper.GetMethodSigHelper > (System.Reflection.Module mod, CallingConventions callingConvention, > System.Type returnType) [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection.Emit/SignatureHelper.cs:103 > at > MonoTests.System.Reflection.Emit.SignatureHelperTest.GetMethodSigHelperNullModule > () [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.Reflection.Emit/SignatureHelperTest.cs:33 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > > 10) MonoTests.System.Reflection.ModuleTest.GetTypes : > System.IO.FileNotFoundException : Could not load file or assembly > 'myDynamicModule.dll' or one of its dependencies. The system cannot find the > file specified. > at (wrapper managed-to-native) System.Reflection.Assembly:GetModulesInternal > (System.Reflection.Assembly*) > at System.Reflection.MonoAssembly.GetModules (Boolean getResourceModules) > [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoAssembly.cs:103 > at System.Reflection.Assembly.GetModules () [0x00000] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/Assembly.cs:699 > at MonoTests.System.Reflection.ModuleTest.GetTypes () [0x0006a] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.Reflection/ModuleTest.cs:347 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > > 11) MonoTests.System.Resources.ResourceWriterTest.AddResource_Stream_Default > : System.IO.FileNotFoundException : Could not find file > "/scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/TestResources.resources". > at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess > access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions > options) [0x00336] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.IO/FileStream.cs:346 > at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess > access, FileShare share) [0x00000] in <filename unknown>:0 > at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor > (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) > at System.Resources.ResourceReader..ctor (System.String fileName) [0x0001c] > in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Resources/ResourceReader.cs:132 > at MonoTests.System.Resources.ResourceWriterTest.AddResource_Stream_Default > () [0x00046] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.Resources/ResourceWriterTest.cs:363 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > > 12) > MonoTests.System.Runtime.CompilerServices.ConditionalWeakTableTest.FinalizableObjectsThatRetainDeadKeys > : #1 > Expected: 20 > But was: 0 > > at > MonoTests.System.Runtime.CompilerServices.ConditionalWeakTableTest.FinalizableObjectsThatRetainDeadKeys > () [0x00098] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.Runtime.CompilerServices/ConditionalWeakTableTest.cs:436 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > > 13) > MonoTests.System.Runtime.CompilerServices.ConditionalWeakTableTest.InsertStress > : #r0 > Expected: False > But was: True > > at > MonoTests.System.Runtime.CompilerServices.ConditionalWeakTableTest.InsertStress > () [0x0007e] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.Runtime.CompilerServices/ConditionalWeakTableTest.cs:247 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > > 14) > MonoTests.System.Runtime.CompilerServices.ConditionalWeakTableTest.OldGenStress > : #r0-0 > Expected: False > But was: True > > at > MonoTests.System.Runtime.CompilerServices.ConditionalWeakTableTest.OldGenStress > () [0x0005d] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.Runtime.CompilerServices/ConditionalWeakTableTest.cs:297 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > > 15) > MonoTests.System.Runtime.CompilerServices.ConditionalWeakTableTest.Reachability > : r1 > Expected: False > But was: True > > at > MonoTests.System.Runtime.CompilerServices.ConditionalWeakTableTest.Reachability > () [0x0002b] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/Test/System.Runtime.CompilerServices/ConditionalWeakTableTest.cs:192 > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke > (System.Reflection.MonoMethod*,object,object[],System.Exception&) > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags > invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, > System.Globalization.CultureInfo culture) [0x000d5] in > /scratch/issmcd/build/mono/2.8.1/bit-64/mono-2.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:223 > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
