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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Oct 22 12:49:08 UTC 2009


Author: mikehh
Date: Thu Oct 22 12:49:07 2009
New Revision: 42021
URL: https://trac.parrot.org/parrot/changeset/42021

Log:
remove a TODO that passes in switch runcore

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

Modified: trunk/t/compilers/imcc/syn/regressions.t
==============================================================================
--- trunk/t/compilers/imcc/syn/regressions.t	Thu Oct 22 12:35:07 2009	(r42020)
+++ trunk/t/compilers/imcc/syn/regressions.t	Thu Oct 22 12:49:07 2009	(r42021)
@@ -93,11 +93,6 @@
 hello
 OUT
 
-
-TODO: {
-    local $TODO = q|fails on switch runcore - TT #1102|
-        if $ENV{TEST_PROG_ARGS} =~ /--runcore=switch/;
-
 pir_error_output_like( <<'CODE', <<'OUT', 'off by one error message (TT #1016)', );
 .sub foo :main
   $P0 = new 'Hash'
@@ -110,8 +105,6 @@
 /(?s:Null PMC access in get_bool.*current instr.*:(4|-1)\))/
 OUT
 
-}
-
 pir_error_output_like( <<'CODE', <<'OUT', 'bare method names not allowed (RT #45859)');
 .sub foo :main
   $P0 = new 'String'


More information about the parrot-commits mailing list