[Mono-bugs] [Bug 69142][Nor] Changed - [PPC] mini exceptions.exe/test_0_rethrow_stacktrace fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 10 Nov 2004 23:40:46 -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 grompf@sublimeintervention.com.

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

--- shadow/69142	2004-11-10 23:37:57.000000000 -0500
+++ shadow/69142.tmp.17422	2004-11-10 23:40:46.000000000 -0500
@@ -10,13 +10,12 @@
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: [PPC] mini exceptions.exe/test_0_rethrow_stacktrace fails
 
 
 
 ------- Additional Comments From vargaz@gmail.com  2004-11-08 08:11 -------
 Fixed on some platforms.
@@ -27,6 +26,39 @@
 
 
 ------- Additional Comments From grompf@sublimeintervention.com  2004-11-10 23:37 -------
 Created an attachment (id=13208)
 bigger patch addressing more issues
 
+
+------- Additional Comments From grompf@sublimeintervention.com  2004-11-10 23:40 -------
+the second patch addresses more issues than just rethrow:
+
+HEAD W/O PATCH: Overall results: tests: 4446, failed: 78, opt combinations: 13 (pass: 
+98.25%)
+HEAD W/PATCH: Overall results: tests: 4446, failed: 106, opt combinations: 13 (pass: 
+97.62%)
+
+
+There is a discord here as most of these bugs have actually been fixed; I tracked it down 
+to iltests.exe
+
+It claims:
+Overall results: tests: 273, failed: 80, opt combinations: 13 (pass: 70.70%)
+
+However every run reports:
+Results: total tests: 21, failed: 0, cfailed: 0 (pass: 100.00%)
+
+
+
+This patch ixes:
+        OverflowException on OP_LCONV_TO_OVF_I
+        OP_RETHROW 
+        OverflowException in CEE_REM
+        OverflowException in CEE_DIV
+        OP_LOCALLOC zero out new memory if needed
+        mono_fconv_u4: On X86 if returns 0 on loss precision; on PPC it doesnt.  Fixed
+
+Which fixes 3 failures in exceptions.cs, iltests.cs, and unsafe-8.cs runtime tests.
+
+-kangaroo
+