[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
Thu, 11 Nov 2004 17:00:20 -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-11 16:54:19.000000000 -0500
+++ shadow/69142.tmp.28255	2004-11-11 17:00:20.000000000 -0500
@@ -64,6 +64,18 @@
 
 
 ------- Additional Comments From grompf@sublimeintervention.com  2004-11-11 16:54 -------
 Created an attachment (id=13214)
 new patch
 
+
+------- Additional Comments From grompf@sublimeintervention.com  2004-11-11 17:00 -------
+This new patch removes the OP_RETHROW patch (already applied by lupus)
+It fixes the OP_LOCALLOC patch (use ctr, rather than ppc_r15/r12 also fixing the iltests 
+failures)
+It removes the masking patch as lupus specified this shouldn't be fixed right now
+
+Overall results: tests: 4446, failed: 26, opt combinations: 13 (pass: 99.42%)
+
+If its ok I'll commit with changelog summaries of the changes
+
+-kangaroo