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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Aug 2003 19:40:40 -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 l_m@pacbell.net.

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

--- shadow/47683	2003-08-16 19:40:40.000000000 -0400
+++ shadow/47683.tmp.16523	2003-08-16 19:40:40.000000000 -0400
@@ -0,0 +1,21 @@
+Bug#: 47683
+Product: Mono/Runtime
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: l_m@pacbell.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+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.