[svn:parrot] r40412 - trunk/t/tools

NotFound at svn.parrot.org NotFound at svn.parrot.org
Wed Aug 5 11:17:15 UTC 2009


Author: NotFound
Date: Wed Aug  5 11:17:15 2009
New Revision: 40412
URL: https://trac.parrot.org/parrot/changeset/40412

Log:
[t] TODO parrot_debugger eval test, TT #872

Modified:
   trunk/t/tools/parrot_debugger.t

Modified: trunk/t/tools/parrot_debugger.t
==============================================================================
--- trunk/t/tools/parrot_debugger.t	Wed Aug  5 11:13:17 2009	(r40411)
+++ trunk/t/tools/parrot_debugger.t	Wed Aug  5 11:17:15 2009	(r40412)
@@ -222,12 +222,18 @@
 .end
 PIR
 
+TODO: {
+
+local $TODO = 'eval support functions deprecated, TT #872, pending eval reworking';
+
 pdb_output_like( <<PIR, "pir", "e ", qr/Must give a command to eval/, 'eval nothing');
 .sub main :main
     \$I0 = 242
 .end
 PIR
 
+}
+
 BEGIN { $tests += 35 }
 
 BEGIN { plan tests => $tests; }


More information about the parrot-commits mailing list