[Mono-bugs] [Bug 42533][Nor] New - Unimplemented classes show completed on library status page

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 7 May 2003 16:06:55 -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 bstrauss-ximian@feliscatus.org.

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

--- shadow/42533	Wed May  7 16:06:55 2003
+++ shadow/42533.tmp.31465	Wed May  7 16:06:55 2003
@@ -0,0 +1,58 @@
+Bug#: 42533
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bstrauss-ximian@feliscatus.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Unimplemented classes show completed on library status page
+
+Description of Problem:
+
+Thread.Suspend() and Thread.Resume() are unimplemented (or partially 
+implemented), but System.Threading shows as 100 completed on the class 
+library status page of go-mono.
+
+
+Steps to reproduce the problem:
+1. Write a program using Thread.Suspend() or Thread.Resume().
+2. Run it
+
+
+Actual Results:
+
+WARNING: Thread.Suspend () partially implemented
+
+
+Expected Results:
+
+Thread should suspend execution until Resume() is called.
+
+How often does this happen? 
+
+Everytime
+
+Additional Information:
+
+Mail-list reply from Jaime Olarra:
+
+"Sorry. When some time ago I was trying the Thread class I found that 
+some of those methods (in particular Resume and Suspend) weren't behaving 
+as they should (I spent a lot of time debugging not buggy threading 
+code :-)). So I added those messages and exceptions but I did [not do] 
+anything else. Maybe I should have added a [MonoTODO] before the method 
+too :-("
+
+
+Obviously, the classes need to be implemented, but short term, whatever 
+is necessary to cause them to be correctly indicated as not-working on 
+the status page, really, really needs to be done...