[svn:parrot] r38926 - trunk/t/compilers/imcc/syn

coke at svn.parrot.org coke at svn.parrot.org
Tue May 19 12:19:14 UTC 2009


Author: coke
Date: Tue May 19 12:19:13 2009
New Revision: 38926
URL: https://trac.parrot.org/parrot/changeset/38926

Log:
[t] revert r38925.

Modified:
   trunk/t/compilers/imcc/syn/regressions.t

Modified: trunk/t/compilers/imcc/syn/regressions.t
==============================================================================
--- trunk/t/compilers/imcc/syn/regressions.t	Tue May 19 12:08:12 2009	(r38925)
+++ trunk/t/compilers/imcc/syn/regressions.t	Tue May 19 12:19:13 2009	(r38926)
@@ -178,8 +178,8 @@
 }
 
 TODO: {
-    local $TODO = 'Fails with this runcore'
-        if $ENV{TEST_PROG_ARGS} =~ /--runcore=(cgp|fast|cgoto|switch)\b|--run-pbc/;
+    local $TODO = 'Broken with CGP'
+        if $ENV{TEST_PROG_ARGS} =~ /--runcore=cgp/;
 
 pir_error_output_like( <<'CODE', <<'OUT', 'die in immediate, TT #629');
 .sub 'foo' :immediate


More information about the parrot-commits mailing list