[svn:parrot] r42602 - trunk/t/pmc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Nov 20 17:28:20 UTC 2009


Author: mikehh
Date: Fri Nov 20 17:28:18 2009
New Revision: 42602
URL: https://trac.parrot.org/parrot/changeset/42602

Log:
remove TODO for passing test - TT #1142

Modified:
   trunk/t/pmc/eval.t

Modified: trunk/t/pmc/eval.t
==============================================================================
--- trunk/t/pmc/eval.t	Fri Nov 20 16:10:01 2009	(r42601)
+++ trunk/t/pmc/eval.t	Fri Nov 20 17:28:18 2009	(r42602)
@@ -10,7 +10,6 @@
 use Parrot::Test::Util 'create_tempfile';
 
 use Parrot::Test tests => 17;
-use Parrot::Config;
 
 =head1 NAME
 
@@ -395,11 +394,6 @@
 written
 OUTPUT
 
-TODO: {
-    local $TODO = q|fails eval.thaw test in testr with Segmentation fault - TT #1142|
-        if (defined $ENV{TEST_PROG_ARGS} && $ENV{TEST_PROG_ARGS} =~ /--run-pbc/)
-           && ($PConfig{cpuarch} eq 'amd64' && $PConfig{cc} =~ /cc/);
-
 pir_output_is( <<"CODE", <<'OUTPUT', "eval.thaw" );
 .sub main :main
     .local pmc io, e
@@ -421,8 +415,6 @@
 hello from foo_1
 OUTPUT
 
-}
-
 pir_output_is( <<"CODE", <<'OUTPUT', "eval.freeze+thaw" );
 .sub main :main
   .local pmc f, e


More information about the parrot-commits mailing list