[Mono-bugs] [Bug 22668] Changed - Error initializing a char []

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
3 Apr 2002 18:09:23 -0000


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 lupus@ximian.com.

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

--- shadow/22668	Wed Mar 27 23:18:11 2002
+++ shadow/22668.tmp.2399	Wed Apr  3 13:09:23 2002
@@ -1,14 +1,14 @@
 Bug#: 22668
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: Windows 2000 Pro
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -93,6 +93,14 @@
 which uses a static constructor and assign the values for those two arrays
 in a couple of loops.
 
 Using the workaround, the number of failures when running the tests using
 out IntegerFormatter and adding  IntegerFormatterTests is 282 instead of
 301 without it.
+
+------- Additional Comments From lupus@ximian.com  2002-04-03 13:09 -------
+Some tests in corlib can't be run with the ms runtime, since it
+crashes (a runtime depends heavily on the implementation details of
+its corlib, and vice versa). The solution is to not include the types
+that cause such problems in the corlib that is tested with the ms
+runtime (or to test it with different type names, maybe with the help
+of sed...).