[svn:parrot] r39059 - branches/tt452_reduce_mmd/t/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Fri May 22 22:16:57 UTC 2009


Author: bacek
Date: Fri May 22 22:16:54 2009
New Revision: 39059
URL: https://trac.parrot.org/parrot/changeset/39059

Log:
[t] Mark more tests with todo => TT#452 tag

Modified:
   branches/tt452_reduce_mmd/t/pmc/multidispatch.t

Modified: branches/tt452_reduce_mmd/t/pmc/multidispatch.t
==============================================================================
--- branches/tt452_reduce_mmd/t/pmc/multidispatch.t	Fri May 22 22:15:12 2009	(r39058)
+++ branches/tt452_reduce_mmd/t/pmc/multidispatch.t	Fri May 22 22:16:54 2009	(r39059)
@@ -775,7 +775,7 @@
 Any    43
 OUT
 
-pir_output_is( <<'CODE', <<'OUTPUT', "add as function - Int, Float" );
+pir_output_is( <<'CODE', <<'OUTPUT', "add as function - Int, Float", todo => 'TT#452' );
 .sub main :main
     .local pmc d, l, r, a
     d = new ['Integer']
@@ -793,7 +793,7 @@
 42.42
 OUTPUT
 
-pir_output_is( <<'CODE', <<'OUTPUT', "add as method" );
+pir_output_is( <<'CODE', <<'OUTPUT', "add as method", todo => 'TT#452' );
 .sub main :main
     .local pmc d, l, r
     l = new ['Integer']
@@ -826,7 +826,7 @@
 42
 OUTPUT
 
-pir_output_is( <<'CODE', <<'OUTPUT', "add as method - Int, Float" );
+pir_output_is( <<'CODE', <<'OUTPUT', "add as method - Int, Float", todo => 'TT#452' );
 .sub main :main
     .local pmc d, l, r
     l = new ['Integer']


More information about the parrot-commits mailing list