[Mono-bugs] [Bug 72535][Wis] Changed - Timer.TestDueTime fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 12 Feb 2005 12:12:43 -0500 (EST)


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 bmaurer@users.sf.net.

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

--- shadow/72535	2005-02-12 12:11:55.000000000 -0500
+++ shadow/72535.tmp.15745	2005-02-12 12:12:43.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72535
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: io-layer
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -18,6 +18,19 @@
 
 The Nunit test Timer.TestDueTime often fails for me. What is odd is that it
 only happens when I do a full test run. When I run it by itself, it is
 pretty reliable. This sounds like some sort of of threading issue.
 
 Note that I have hyperthreading.
+
+------- Additional Comments From bmaurer@users.sf.net  2005-02-12 12:12 -------
+2) MonoTests.System.Threading.TimerTest.TestDueTime : t1
+        expected:<1>
+         but was:<0>
+in <0x000a0> MonoTests.System.Threading.TimerTest:TestDueTime ()
+in (unmanaged) 0x810e986
+in <0x00004> (wrapper managed-to-native)
+System.Reflection.MonoMethod:InternalInvoke (object,object[])
+in <0x0005d> System.Reflection.MonoMethod:Invoke
+(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
+ 
+