[Mono-bugs] [Bug 65653][Maj] Changed - VBC compiled application breaks on mono #2

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 11 Sep 2004 10:09:21 -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 rafaelteixeirabr@hotmail.com.

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

--- shadow/65653	2004-09-09 17:26:58.000000000 -0400
+++ shadow/65653.tmp.21903	2004-09-11 10:09:21.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 65653
 Product: Mono: Compilers
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: Basic
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jwezel@compumaster.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -83,6 +83,18 @@
 Always
 
 ------- Additional Comments From jwezel@compumaster.de  2004-09-09 17:26 -------
 Created an attachment (id=10573)
 objcomp.exe compiled with VBC
 
+
+------- Additional Comments From rafaelteixeirabr@hotmail.com  2004-09-11 10:09 -------
+In CVS HEAD, some IF reordering and a new method to compare two strings.
+
+Now the executable attached to this bug case runs flawlessly. Nunit
+tests were run, and did not change, but I'm not sure that we exercise
+that Microsoft.VisualBasic.CompilerServices.ObjectType:ObjTst method
+so we need more code compiled with vbc to exercise it. That code
+should also be added to the compiler test sources, but we currently,
+don't have a way to assert that the execution results are correct
+(maybe some nunit tests written in VB.NET, to be compiled with both
+compilers and tested in both environments).