[svn:parrot] r44958 - branches/pcc_hackathon_6Mar10/t/op

bacek at svn.parrot.org bacek at svn.parrot.org
Tue Mar 16 08:23:45 UTC 2010


Author: bacek
Date: Tue Mar 16 08:23:44 2010
New Revision: 44958
URL: https://trac.parrot.org/parrot/changeset/44958

Log:
TODO result_info tests.

Modified:
   branches/pcc_hackathon_6Mar10/t/op/calling.t

Modified: branches/pcc_hackathon_6Mar10/t/op/calling.t
==============================================================================
--- branches/pcc_hackathon_6Mar10/t/op/calling.t	Tue Mar 16 08:23:23 2010	(r44957)
+++ branches/pcc_hackathon_6Mar10/t/op/calling.t	Tue Mar 16 08:23:44 2010	(r44958)
@@ -1455,7 +1455,7 @@
 
 # result_info op
 
-pir_output_is( <<'CODE', <<'OUTPUT', "result_info op" );
+pir_output_is( <<'CODE', <<'OUTPUT', "result_info op", todo => "Broken TT#1511" );
 .sub main :main
     test()
     $I0 = test()
@@ -1475,7 +1475,7 @@
 3
 OUTPUT
 
-pir_output_is( <<'CODE', <<'OUTPUT', "result_info op with eval" );
+pir_output_is( <<'CODE', <<'OUTPUT', "result_info op with eval", todo => "Broken TT#1511" );
 .sub main :main
     $S0 = <<"TESTSUB"
 .sub test


More information about the parrot-commits mailing list