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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Jun 9 11:30:19 UTC 2010


Author: mikehh
Date: Wed Jun  9 11:30:18 2010
New Revision: 47508
URL: https://trac.parrot.org/parrot/changeset/47508

Log:
remove TODOed test in testf which now passes

Modified:
   trunk/t/op/annotate-old.t

Modified: trunk/t/op/annotate-old.t
==============================================================================
--- trunk/t/op/annotate-old.t	Wed Jun  9 10:58:53 2010	(r47507)
+++ trunk/t/op/annotate-old.t	Wed Jun  9 11:30:18 2010	(r47508)
@@ -1,5 +1,5 @@
 #!perl
-# Copyright (C) 2009, Parrot Foundation.
+# Copyright (C) 2009-2010, Parrot Foundation.
 # $Id$
 
 use strict;
@@ -23,10 +23,6 @@
 
 =cut
 
-TODO: {
-    local $TODO = q|fails in fast runcore - TT #1135|
-        if ($ENV{TEST_PROG_ARGS} || '') =~ /--runcore=fast/;
-
 pir_error_output_like( <<CODE, <<OUTPUT, 'unhandled exception from loaded function');
 .sub main :main
     # Not using test more, just a quick way to pick a function
@@ -40,7 +36,6 @@
 /\(foobar:42\)/
 OUTPUT
 
-}
 
 # Local Variables:
 #   mode: cperl


More information about the parrot-commits mailing list