# New Ticket Created by  Andy Dougherty 
# Please include the string:  [perl #39013]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=39013 >


I've found two more tests that were relying on uninitialized registers 
being set to zero.  I'm not sure if this is what the author of those tests 
intended, or if the wrong registers were used in the sub statement, but 
this at least lets these tests pass consistently for me.

--- parrot-current/t/op/jitn.t  Sat Feb 25 00:32:39 2006
+++ parrot-andy/t/op/jitn.t     Thu Apr 27 15:25:01 2006
@@ -183,6 +183,7 @@
 set N2,2
 set N3,3
 set N4,4
+set N5,0
 set N0,N1
 set N2,N3
 set N0,N1
@@ -255,6 +256,7 @@
 set N2,2
 set N3,3
 set N4,4
+set N6,0
 set N0,N1
 set N2,N3
 set N0,N1

-- 
    Andy Dougherty              [EMAIL PROTECTED]

Reply via email to