[Mono-bugs] [Bug 78516][Nor] New - 'make check' fails due to unit test failures in corlib

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 26 13:36:41 EDT 2006


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 matt at use.net.

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

--- shadow/78516	2006-05-26 13:36:41.000000000 -0400
+++ shadow/78516.tmp.29089	2006-05-26 13:36:41.000000000 -0400
@@ -0,0 +1,79 @@
+Bug#: 78516
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: matt at use.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: 'make check' fails due to unit test failures in corlib
+
+Description of Problem:
+Running 'make check' on an amd64 machine fails due to unit tests not 
+passing in parts of corlib:
+
+Failures:
+1) MonoTests.System.Threading.ExecutionContextTest.Run : 
+System.ArgumentException : compressedStack
+in [0x00044] System.Threading.CompressedStack:Run 
+(System.Threading.CompressedStack compressedStack, 
+System.Threading.ContextCallback callback, System.Object state)
+in [0x0005a] 
+(at /home/matt/src/mono/mcs/class/corlib/System.Security/SecurityContext.cs:146) 
+System.Security.SecurityContext:Run (System.Security.SecurityContext 
+securityContext, System.Threading.ContextCallback callBack, System.Object 
+state)
+in [0x0001f] 
+(at /home/matt/src/mono/mcs/class/corlib/System.Threading/ExecutionContext.cs:141) 
+System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext 
+executionContext, System.Threading.ContextCallback callBack, System.Object 
+state)
+in [0x00026] 
+(at /home/matt/src/mono/mcs/class/corlib/Test/System.Threading/ExecutionContextTest.cs:140) 
+MonoTests.System.Threading.ExecutionContextTest:Run ()
+in <0x00000> <unknown method>
+in (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke 
+(object,object[])
+in [0x00044] 
+(at /home/matt/src/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:131) 
+System.Reflection.MonoMethod:Invoke (System.Object obj, BindingFlags 
+invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, 
+System.Globalization.CultureInfo culture)
+
+2) MonoTests.System.Threading.InterlockedTest.TestAdd_Int32 :
+        expected:<306774146>
+         but was:<920719603>
+in [0x00020] 
+(at /home/matt/src/mono/mcs/class/corlib/Test/System.Threading/InterlockedTest.cs:233) 
+MonoTests.System.Threading.InterlockedTest:TestAdd_Int32 ()
+in <0x00000> <unknown method>
+in (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke 
+(object,object[])
+in [0x00044] 
+(at /home/matt/src/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:131) 
+System.Reflection.MonoMethod:Invoke (System.Object obj, BindingFlags 
+invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, 
+System.Globalization.CultureInfo culture)
+
+3) MonoTests.System.Threading.InterlockedTest.TestAdd_Int64 :
+        expected:<1446359391472658689>
+         but was:<4071996596881406501>
+in [0x00036] 
+(at /home/matt/src/mono/mcs/class/corlib/Test/System.Threading/InterlockedTest.cs:241) 
+MonoTests.System.Threading.InterlockedTest:TestAdd_Int64 ()
+in <0x00000> <unknown method>
+in (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke 
+(object,object[])
+in [0x00044] 
+(at /home/matt/src/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:131) 
+System.Reflection.MonoMethod:Invoke (System.Object obj, BindingFlags 
+invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, 
+System.Globalization.CultureInfo culture)


More information about the mono-bugs mailing list