[svn:parrot] r42753 - trunk/t/op

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 18:08:41 UTC 2009


Author: jkeenan
Date: Sat Nov 21 18:08:40 2009
New Revision: 42753
URL: https://trac.parrot.org/parrot/changeset/42753

Log:
Remove inline comments referring to resolved RT 43245.

Modified:
   trunk/t/op/bitwise.t

Modified: trunk/t/op/bitwise.t
==============================================================================
--- trunk/t/op/bitwise.t	Sat Nov 21 18:07:29 2009	(r42752)
+++ trunk/t/op/bitwise.t	Sat Nov 21 18:08:40 2009	(r42753)
@@ -379,12 +379,6 @@
 ## deal with negative numbers.  -- rgr, 2-Jun-07.]
 .sub test_i_reg_shl_and_pmc_shl_are_consistent
 
-    # This seems to be passing fine with --runcore=jit
-    #     my @todo;
-    #     @todo = ( todo => 'broken with JIT (RT #43245)' )
-    #         if ( defined $ENV{TEST_PROG_ARGS} and 
-    #             $ENV{TEST_PROG_ARGS} =~ /--runcore=jit/ );
-
     .include "iglobals.pasm"
     .local pmc interp     # a handle to our interpreter object.
     interp = getinterp


More information about the parrot-commits mailing list