[Mono-bugs] [Bug 75199][Nor] New - Hangging Test Cases in svn
corlib Net 2.0 profile
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 9 11:57:24 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 mritvik at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75199
--- shadow/75199 2005-06-09 11:57:24.000000000 -0400
+++ shadow/75199.tmp.15471 2005-06-09 11:57:24.000000000 -0400
@@ -0,0 +1,52 @@
+Bug#: 75199
+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: mritvik at novell.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Hangging Test Cases in svn corlib Net 2.0 profile
+
+Description of Problem:
+Following tests hangs under corlib for 2.0 profile
+
+System.Runtime.Remoting/Tests :
+System.Runtime.Remoting.SynchronizationAttributeTest.TestSynchronization
+System.Runtime.Remoting.SynchronizationAttributeTest.TestLocked1
+System.Runtime.Remoting.SynchronizationAttributeTest.TestNoReentry
+System.Runtime.Remoting.SynchronizationAttributeTest.Test
+System.Runtime.Remoting.SynchronizationAttributeTest.TestCallback
+
+and
+System.Threading/Tests :
+System.Threading.ThreadTest.TestStart
+System.Threading.ThreadTest.TestJoin1
+System.Threading.ThreadTest.CurrentPrincipal_PrincipalPolicy_NoPrincipal
+System.Threading.ThreadTest.CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal
+System.Threading.ThreadTest.CurrentPrincipal_PrincipalPolicy_WindowsPrincipal
+
+
+Steps to reproduce the problem:
+1. cd mcs/class/corlib
+2. make PROFILE=net_2_0 run-test
+
+Actual Results:
+Test Hangs and TestResult-net_2_0.xml file is not created.
+
+Expected Results:
+Tests should not hang and you should get TestResult-net_2_0.log and
+TestResult-net_2_0.xml file
+
+How often does this happen?
+always
+
+Additional Information:
More information about the mono-bugs
mailing list