[Mono-bugs] [Bug 62129][Nor] New - Details of hanging test cases

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Jul 2004 05:27:51 -0400 (EDT)


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 ksathyasudha@novell.com.

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

--- shadow/62129	2004-07-30 05:27:51.000000000 -0400
+++ shadow/62129.tmp.18867	2004-07-30 05:27:51.000000000 -0400
@@ -0,0 +1,65 @@
+Bug#: 62129
+Product: Mono: Runtime
+Version: unspecified
+OS: All
+OS Details: RedHat 9, SuSE 9, Fedora
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ksathyasudha@novell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Details of hanging test cases
+
+Description of Problem:
+
+The following daily tests hang:
+1) Under System.Drawing:
+    - Rotate (All 3 distros)
+    - LockBitMap (All 3 distros)
+    - TestRegion.TestBounds (RH9)
+    - TestRegion.TestCloneAndEquals (RH9)
+    - TestCanConvertFrom (on RH9, SuSE)
+    - TestJPegCodec.Save (on RH9, SuSE)
+2) corlib (hangs occasionally):
+    - System.Threading.ThreadTest.TestNestedThreads1 (on SuSE)
+3) System.Runtime.Remoting :
+    - TestInstanceSimple (RH9)
+    - TestAbstractSimple (RH9)
+    - TestInterfaceSimple (RH9)
+
+In addition to these, tests for these components hang after generating 
+the output file :
+
+1) corlib
+2) Microsoft.JScript
+3) Microsoft.VisualBasic
+4) Npgsql
+5) System.Data
+6) System.Security
+7) System
+8) System.Web.Services
+9) System.Xml
+
+Steps to reproduce the problem:
+1. Check out mono, mcs. Build and install them.
+2. Do a 'make run-test' for each of the above mentioned components.
+
+Actual Results:
+An output file 'TestResult.xml' should be created as a result of 'make 
+run-test'.
+
+Expected Results:
+The above mentioned tests hang.
+
+How often does this happen? 
+Tests for 'System.Drawing' and 'System.Runtime.Remoting' hang most of the 
+times, whereas others hang occasionally.
+
+Additional Information:
+Not sure if this is a problem with the code or with nunit.