[Mono-bugs] [Bug 80360][Cos] New - 2 tests fail in make check (", " instead of ".")

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 26 06:52:59 EST 2006


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 marek.sieradzki at gmail.com.

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

--- shadow/80360	2006-12-26 06:52:59.000000000 -0500
+++ shadow/80360.tmp.15890	2006-12-26 06:52:59.000000000 -0500
@@ -0,0 +1,73 @@
+Bug#: 80360
+Product: Mono: Debugger
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Cosmetic
+Component: backend
+AssignedTo: martin at ximian.com                            
+ReportedBy: marek.sieradzki at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: 2 tests fail in make check ("," instead of ".")
+
+Description of Problem:
+2 tests fail due to culture sensitivity
+
+Steps to reproduce the problem:
+1. run make check with culture env vars like "pl"
+
+Actual Results:
+Failures:
+1) Mono.Debugger.Tests.TestInheritance.Main : Expression `(C) d' evaluated
+to `(C) { f = 3,14 }', but expected `(C) { f = 3.14 }'.
+  at Mono.Debugger.Tests.TestSuite.AssertPrint (Mono.Debugger.Thread
+thread, DisplayFormat format, System.String expression, System.String
+exp_result) [0x00054] in
+/home/marek/pkg/svn/debugger/test/testsuite/NUnit.cs:543 
+  at Mono.Debugger.Tests.TestSuite.AssertPrint (Mono.Debugger.Thread
+thread, System.String expression, System.String exp_result) [0x00000] in
+/home/marek/pkg/svn/debugger/test/testsuite/NUnit.cs:523 
+  at Mono.Debugger.Tests.TestInheritance.Main () [0x000d1] in
+/home/marek/pkg/svn/debugger/test/testsuite/TestInheritance.cs:42 
+  at <0x00000> <unknown method>
+  at (wrapper managed-to-native)
+System.Reflection.MonoMethod:InternalInvoke (object,object[])
+  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
+invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
+System.Globalization.CultureInfo culture) [0x00040] in
+/home/marek/pkg/svn/mcs/class/corlib/System.Reflection/MonoMethod.cs:143 
+
+2) Mono.Debugger.Tests.TestManagedTypes.Main : Expression `f' evaluated to
+`(System.Single) 0,7142857', but expected `(System.Single) 0.7142857'.
+  at Mono.Debugger.Tests.TestSuite.AssertPrint (Mono.Debugger.Thread
+thread, DisplayFormat format, System.String expression, System.String
+exp_result) [0x00054] in
+/home/marek/pkg/svn/debugger/test/testsuite/NUnit.cs:543 
+  at Mono.Debugger.Tests.TestSuite.AssertPrint (Mono.Debugger.Thread
+thread, System.String expression, System.String exp_result) [0x00000] in
+/home/marek/pkg/svn/debugger/test/testsuite/NUnit.cs:523 
+  at Mono.Debugger.Tests.TestManagedTypes.Main () [0x00146] in
+/home/marek/pkg/svn/debugger/test/testsuite/TestManagedTypes.cs:63 
+  at <0x00000> <unknown method>
+  at (wrapper managed-to-native)
+System.Reflection.MonoMethod:InternalInvoke (object,object[])
+  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
+invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
+System.Globalization.CultureInfo culture) [0x00040] in
+/home/marek/pkg/svn/mcs/class/corlib/System.Reflection/MonoMethod.cs:143 
+
+
+Expected Results:
+No errors
+
+How often does this happen? 
+Always.
+
+Additional Information:
+In some cultures "," is used instead of ".".


More information about the mono-bugs mailing list