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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu Mar 26 02:45:51 UTC 2009


Author: jkeenan
Date: Thu Mar 26 02:45:51 2009
New Revision: 37736
URL: https://trac.parrot.org/parrot/changeset/37736

Log:
Point the todo message to TT 501.

Modified:
   trunk/t/op/trans.t

Modified: trunk/t/op/trans.t
==============================================================================
--- trunk/t/op/trans.t	Thu Mar 26 02:44:57 2009	(r37735)
+++ trunk/t/op/trans.t	Thu Mar 26 02:45:51 2009	(r37736)
@@ -266,7 +266,11 @@
 OUTPUT
 
 my $runcore = $ENV{TEST_PROG_ARGS} || '';
-my @todo    = ( $runcore =~ /--runcore=jit/ ? ( todo => 'broken under JIT TT #38' ) : () );
+my @todo = (
+    $runcore =~ /--runcore=jit/
+        ? ( todo => 'broken under JIT TT #501' )
+        : ()
+);
 
 pasm_output_is( <<"CODE", <<OUTPUT, 'atan2', @todo );
         .include 'include/fp_equality.pasm'


More information about the parrot-commits mailing list