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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sun Oct 25 07:36:19 UTC 2009


Author: mikehh
Date: Sun Oct 25 07:36:17 2009
New Revision: 42087
URL: https://trac.parrot.org/parrot/changeset/42087

Log:
mark failing test as TODO in testr - TT #1142

Modified:
   trunk/t/pmc/eval.t

Modified: trunk/t/pmc/eval.t
==============================================================================
--- trunk/t/pmc/eval.t	Sun Oct 25 07:19:54 2009	(r42086)
+++ trunk/t/pmc/eval.t	Sun Oct 25 07:36:17 2009	(r42087)
@@ -394,6 +394,10 @@
 written
 OUTPUT
 
+TODO: {
+    local $TODO = q|fails eval.thaw test in testr with Segmentation fault - TT #1142|
+        if $ENV{TEST_PROG_ARGS} =~ /--run-pbc/;
+
 pir_output_is( <<"CODE", <<'OUTPUT', "eval.thaw" );
 .sub main :main
     .local pmc io, e
@@ -415,6 +419,8 @@
 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