[Mono-bugs] [Bug 47683][Min] Changed - incorrect threadpool.cs and threadpool1.cs tests

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Aug 2003 14:12:42 -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 vargaz@freemail.hu.

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

--- shadow/47683	2003-08-16 19:40:40.000000000 -0400
+++ shadow/47683.tmp.10062	2003-08-21 14:12:42.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 47683
 Product: Mono/Runtime
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: l_m@pacbell.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -16,6 +16,9 @@
 Cc: 
 Summary: incorrect threadpool.cs and threadpool1.cs tests
 
 Description of Problem:
 ++csum is not atomic and will cause the tests to fail. The increment 
 should be protected by a synchronized block.
+
+------- Additional Comments From vargaz@freemail.hu  2003-08-21 14:12 -------
+Fixed. thanks for spotting this.