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

NotFound at svn.parrot.org NotFound at svn.parrot.org
Mon Mar 2 20:47:00 UTC 2009


Author: NotFound
Date: Mon Mar  2 20:46:59 2009
New Revision: 37082
URL: https://trac.parrot.org/parrot/changeset/37082

Log:
[t] fix skip on -j in 01-parse_ops.t

Modified:
   trunk/t/op/01-parse_ops.t

Modified: trunk/t/op/01-parse_ops.t
==============================================================================
--- trunk/t/op/01-parse_ops.t	Mon Mar  2 16:33:58 2009	(r37081)
+++ trunk/t/op/01-parse_ops.t	Mon Mar  2 20:46:59 2009	(r37082)
@@ -74,7 +74,7 @@
 $ENV{TEST_PROG_ARGS} ||= '';
 
 plan skip_all => 'IMCC cannot do parse-only with JIT enabled'
-    if $ENV{TEST_PROG_ARGS} =~ /-j/;
+    if $ENV{TEST_PROG_ARGS} =~ /--runcore=jit/;
 
 plan skip_all => 'IMCC cannot do parse-only with switched core'
     if $ENV{TEST_PROG_ARGS} =~ /-S/;


More information about the parrot-commits mailing list