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

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Wed May 20 01:49:05 UTC 2009


Author: Infinoid
Date: Wed May 20 01:49:05 2009
New Revision: 38951
URL: https://trac.parrot.org/parrot/changeset/38951

Log:
[t] Todo the t/op/trans.t "atan2" test under JIT.

Modified:
   trunk/t/op/trans.t

Modified: trunk/t/op/trans.t
==============================================================================
--- trunk/t/op/trans.t	Wed May 20 01:49:00 2009	(r38950)
+++ trunk/t/op/trans.t	Wed May 20 01:49:05 2009	(r38951)
@@ -272,7 +272,12 @@
 ok 2
 OUTPUT
 
-pasm_output_is( <<"CODE", <<OUTPUT, 'atan2' );
+my @jittodo = (
+    $runcore =~ /--runcore=jit/
+        ? ( todo => 'broken under JIT TT #530' )
+        : ()
+);
+pasm_output_is( <<"CODE", <<OUTPUT, 'atan2', @jittodo );
         .include 'fp_equality.pasm'
         set N0, 0.0
         set I0, 0


More information about the parrot-commits mailing list