[Mono-bugs] [Bug 54530][Nor] New - test-157 broken
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 18 Feb 2004 11:11:24 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54530
--- shadow/54530 2004-02-18 11:11:24.000000000 -0500
+++ shadow/54530.tmp.24719 2004-02-18 11:11:24.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 54530
+Product: Mono/Runtime
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: martin@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: test-157 broken
+
+test-157.cs is broken in several ways:
+
+a) when compiled and run on the MS runtime, it fails (exitcode 1)
+b) the csc generated binary runs on the Mono runtime (exitcode 0)
+c) the mcs generated binary fails on the MS runtime (exitcode 1) and
+produces the same output like the csc generated one.
+d) the mcs generated binary PEVerifies ok.
+e) the mcs generated binary fails on the Mono runtime (exitcode 3).